Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Custom services 3000 - 3999
  • I further broke up my custom services with Web Groups for website management - 3100-3199

Finally 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

Here is the command,

Code Block
langhtml
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 setup passwords,

Code Block
langhtml
passwd bhitch
passwd jcassaday
passwd wellis
Warning

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

...