The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how can i add a user to a group
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
how can i add a user to a group
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
01-25-2008
aladdin
Registered User
Join Date: Oct 2006
Posts: 78
check the "usermod" command, with "-g" option to add a primary group, and "-G" to add secondary group:
Code:
#usermod -g group username
or maybe you can edit the /etc/passwd if you know how to.
Regards
Aladdi
aladdin
View Public Profile
Find all posts by aladdin