Pron Journal
Useful tips for Linux and other issues
Sunday, January 1, 2012
Add a existing user to existing group (usermod)
If we want to add the existing user
pron
to the existing group
vboxusers
, we can execute this command:
$ usermod -Ga vboxusers pron
Is neccessary to put -a, otherwise other groups will be erased. To see changes type:
$ id
Resources
http://www.cyberciti.biz/faq/howto-linux-add-user-to-group/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment