Create and Manage Users
adduser <username>
<username> ALL=(ALL:ALL)ALL
usermod -aG <group> <user>
su - <username>
Last updated 1 year ago