Need to add users - sudo users - web user • To add a user: adduser username • To change the user’s password: passwd username • Add this user to the sudoers list: usermod -a -G wheel "username"
Need to add users
• To add a user: adduser username
• To change the user’s password: passwd username
• Add this user to the sudoers list: usermod -a -G wheel "username"