Versions Compared

Key

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

...

  • Login to the machine with the ece-li-admin account.

  • Add the new user account:

    Code Block
    sudo adduser username --disabled-password --gecos ""
  • Enter any relevant information for the user account.

  • Add the user to the sudo group:

    Code Block
    sudo usermod -aG sudo username
  • To test the new account, logout and log back in using the new user account.

...