normally all the groups are listed in /etc/groups and the users are listed in /etc/passwd
check both the files to see which number (in terms of gid and uid is available) above 501 and select one. and use the above command to change it to that uid or gid. simplest would be to delete the user and add it again if you are not sure about what to do. any new user added to the system would always get added beyond the 500 range when done through the command line interface.
Main Topics
Browse All Topics





by: TintinPosted on 2007-10-07 at 22:11:43ID: 20032368
usermod -u 501 dspam
groupmod -g 501 dspam