User commands
Linux commands for handling users and roles:
adduser name//Adds a new user interactivly (creates a default shell and home directory)deluser name//Removes a userdeluser --remove-home name//Removes a user and also deletes their home directoryusermod -aG group name//Give a user a role, such as sudopasswd name//Set the password for a given user, or if no user is supplied for the current usergroupsgroups//List out all groups on the systemusers//List out all users on the system