Sunday, July 30, 2006

usermod - linux groups

When adding a user to a group on linux - either edit the /etc/group file and add user or if you are scripting make sure to use "usermod -a -G" to append a user to a group. Without the "-a" you will merily move a user from group to group. man usermod.

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home