Changes

Jump to navigation Jump to search
Created page with "Adding users to Linux<br> adding a user to the sistem:<br /> sudo adduser <username> [<group>]<br /> To add a super user to the sistem:<br /> *sudo adduser <username> sudo A..."
Adding users to Linux<br>
adding a user to the sistem:<br />
sudo adduser <username> [<group>]<br />

To add a super user to the sistem:<br />
*sudo adduser <username> sudo

Another option is:<br />
adduser USERNAME<br />
usermod -a -G sudo USERNAME<br />
<nowiki>
usermod -a -G adm,cdrom,sudo,dip,plugdev,lpadmin,sambashare,libvirtd USERNAME</nowiki>

To verify the groups that a user is part of:<br />
groups USERNAME

Navigation menu