Chapter 9. Add non priviledged user

Create user:

useradd --create-home --shell /bin/ksh guki

Set user's password:

# passwd guki
Changing password for guki
Enter the new password (minimum of 5 characters)
Please use a combination of upper and lower case letters and numbers.
New password: 
Re-enter new password: 
passwd: password changed.