overlapping UID crisis

2005-09-02 Thread Matt Juszczak
hi all, we had an overlapping uid crisis at work today. I ended up writing a script to start at 3 and increment by 1, to change all user's UID's (except system accounts) Then I wrote a script that did a recursive: chown -R $username:users /home/$username chown $username:users /var/mail

Re: overlapping UID crisis

2005-09-02 Thread Erik Norgaard
Matt Juszczak wrote: hi all, we had an overlapping uid crisis at work today. I ended up writing a script to start at 3 and increment by 1, to change all user's UID's (except system accounts) Then I wrote a script that did a recursive: chown -R $username:users /home/$username chown