Thursday, May 3, 2012

How to add user new account in linux


People say that it's not very good to use root for your daily Linux operations. Using SSH you can make a structure of your users in your system.

To add new user:
useradd thenameofthenewuser

To change the password of the user:
passwd thenameofthenewuser

After each time you add user the system by it self will add home directory for that user located at /home

0 comments:

Post a Comment