Feb 10, 2005 #1 cibee Programmer Joined Dec 15, 2004 Messages 38 Location US How do I chage the GID of a user? TIA, CB
Feb 10, 2005 Thread starter #2 cibee Programmer Joined Dec 15, 2004 Messages 38 Location US I figured it out. Change UID/GID in /etc/passwd: and /etc/group and run: find / -user UID -print | xargs -t chown newowner find / -user GID -print | xargs -t chgrp newgroup Works for rh/fc2. Upvote 0 Downvote
I figured it out. Change UID/GID in /etc/passwd: and /etc/group and run: find / -user UID -print | xargs -t chown newowner find / -user GID -print | xargs -t chgrp newgroup Works for rh/fc2.
Feb 10, 2005 #3 stefanwagner Programmer Joined Oct 19, 2003 Messages 2,373 Location DE well - man usermod might be a good idea too... seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
well - man usermod might be a good idea too... seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung