Unlike other flavors of UNIX, RHEL does not have a command like adduser which walks you through the process step-by-step, so you have to remember the four flags useradd requires, and in what order it expects to receive them. Since I don’t manually add users unless I’m installing a new server, I don’t run the command enough to remember the syntax… It’s basically the same as it is on Solaris.
useradd -g group -c 'User Name' -d /path/to/home/directory -s /bin/bash username
This entry was posted
on Wednesday, July 25th, 2007 at 5:13 pm and is filed under Data and Technology.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

plz send me all details of user admn commands on RHEL 4.0 it will help me out thanks for the web site ,i am getting help..
RTFM!
# man yourcommandThis simple command will give you all details of user admn commands on RHEL 4.0.