Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: improved passwd text

...

Code Block
languagebash
sudo usermod -a -G serveradmin,adm bhitch
sudo usermod -a -G serveradmin,adm jcassaday
sudo usermod -a -G serveradmin,adm wellis

Do not forget to set default a passwords for the new accounts,

Code Block
languagebash
sudo passwd bhitch
Enter new Unix password:
Reenter new Unix password:
passwd: password updated successfully
sudo passwd jcassaday
sudo passwd wellis
Warning

At this point it is important to logout and log in with your staff account to continue your work.

...