User Management
Add a User
Add a user with the following command:
sudo adduser <username>
Add User to a Group
sudo usermod -aG <group> <username>
Common groups to add users to:
- sudo - If user needs access to sudo privileges
Add a user with the following command:
sudo adduser <username>
sudo usermod -aG <group> <username>
Common groups to add users to:
No Comments