Creating a New User Account
- Use the useradd command to create the account
- Use the passwd command to create a password for the account
- You must enter it twice
- It will not be echoed to the screen
root# useradd fred root# passwd fred New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully root#
Notes:
No notes for slide 6