-----------------------------------------------------------------------------------
Step 1: Create a user account. The following command will create a user account with the specified
shell #> useradd -m
Step 2: Set passwd for the
shell #> passwd
New Passwd :
Re-type passwd:
Step 3: Navigate the new user's home directory
shell #>cd /home/
-----------------------------------------------------------------------------------
Eg : shell #> userid -m rajesh
shell #>passwd rajesh
New passwd : xxxxxxxx
Re-type passwd : xxxxxxxx
shell #> cd /home/rajesh
shell #> pwd
/home/rajesh
