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