-
Notifications
You must be signed in to change notification settings - Fork 1
Manage users
Sebastien Lucas edited this page Aug 23, 2012
·
1 revision
-
Add a new Linux user
http://doc.ubuntu-fr.org/adduser -
Add a user to a group
http://www.cyberciti.biz/faq/howto-linux-add-user-to-group/ -
Configure sudoers
https://help.ubuntu.com/community/Sudoers
- Create a user rue89 and add it to the group sudo
useradd -G sudo rue89
- Add an existing user (graymond) to an existing group (payroll)
sudo usermod -a -G payroll graymond