Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The machine is a VMWare instance running Ubuntu 6.06.

Adding a new Unix Account

Unix accounts should only be required by those maintaining the software. The following are the steps for doing so:

Code Block
sudo adduser username

You will be prompted for a number of details, and a password.

If the user requires sudo access, add them to the admin group:

Code Block
sudo addgroup username admin