...
Start an SSH session. At the command prompt type:
Code Block language text $ su root
- When prompted enter the 'root' user password.
Use the command:
Code Block language text $ useradd {NAME}
where NAME is the account name to create.
Use the command:
Code Block language text $ passwd {NAME}
where NAME is the account name created above.
Hit enter. Enter the password then hit enter again.
Enter the command:
Code Block language text $ chage –M 99999 {NAME}
To set the System Manager account password to: "not expire".
- NAME is the account created above.
...