Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Opting now to use serveradm:staff mode of operation rather than grant staff ability to modify apps.

...

Next, we add to the Staff users the following groups,

  • serveradmin - so staff users can work with manually setup apps
  • adm - so staff can view logs in apps setup using the sudo command

...

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

The above step could have been done on user create. However, this illustrates user modification as part of the tutorial.

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

...