The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-25-2008
aladdin aladdin is offline
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
Reply With Quote