useradd
To add a user to the system:
-
Issue the
useraddcommand to create a locked user account:useradd<username> -
Unlock the account by issuing the
passwdcommand to assign a password and set password aging guidelines:passwd<username>
To add a user to the system:
Issue the useradd command to create a locked user account:
useradd <username>
Unlock the account by issuing the passwd command to assign a password and set password aging guidelines:
passwd <username>