What's the command line utility and the arguments it requires?
|
|
|||||
|
|
|
|
||
|
|
|
|
G'day, Assuming the user already exists, the easiest way is to just open the file /etc/group and add the username to the relevant groups that you want them to be a member of. The usernames are comma separated from the other usernames in the group. You can check by doing a id -G username to verify if they are members of the groups you intended. HTH. cheers, Rob |
||
|
|
|
|
Use |
||
|
|
|
|
The utility is
Where To check a users group memberships use the
|
||
|
|
|
|
|
||
|
|
|
|
Adding Groups
Adding user to the group
will show the details of user user1 |
||
|
|
|
|
On Debian, and I assume on Ubuntu as well, the canonical way of adding users and adding users to groups is through the adduser script, not useradd. To add a user to a group, just use:
Though using useradd or usermod works as well of course and is probably more cross platform (but the adduser script reads settings from /etc/adduser.conf and is hence usually preferable). |
||
|
|
