Thursday, 14 February 2013

How to add new user in Linux

To add a new user simply type the following
useradd newusername
To set a password for the new user do the following
passwd newusername newpassword

No comments:

Post a Comment