Groups: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
Related linux commands: | Related linux commands: | ||
* chgrp | * chgrp | ||
== Add an Existing User Account to a Group == | |||
usermod -a -G ''group'' ''username'' | |||
== Links == | |||
* https://www.howtoforge.com/tutorial/linux-groups-command/ | * https://www.howtoforge.com/tutorial/linux-groups-command/ | ||
* https://www.howtoforge.com/linux-adduser-addgroup-command/ | * https://www.howtoforge.com/linux-adduser-addgroup-command/ |
Revision as of 10:25, 22 April 2020
groups - print the groups a user is in
Operating systems such as Linux, and Mac OS, (and Windows 10???) have a notion of groups to manage collaboration of the users of the system.
Related linux commands:
- chgrp
Add an Existing User Account to a Group
usermod -a -G group username