[fedora] Groups

Nick Pierpoint mail at pierpoint.org
Wed Sep 15 15:15:18 UTC 2004


On Wed, 2004-09-15 at 16:07, Øyvind Lode wrote:
> Hi
> 
> A general question...
> 
> How do I add a user to a group?
> 
> Ex: I have a user called "john" 
> How do I add "john" to the group called "users"
> 

I believe usermod is the command you're after.

To put "john" in the "users" group:

    usermod -g users john

--
nick






More information about the users mailing list