Monday, October 17, 2011

How to add a new user and a password on lunix

Run following cmd to create a new user.
/usr/sbin/useradd new_username

This will prompt the password twice.
/usr/bin/passwd new_username

Now it's all set!

Source : http://www.mediacollege.com/linux/red-hat/useradd.html

No comments:

Post a Comment