Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Sep 2005 08:08:13 -0400
From:      Matt Juszczak <mjuszczak@dandy.net>
To:        freebsd-questions@freebsd.org
Subject:   overlapping UID crisis
Message-ID:  <431840AD.1020001@dandy.net>

next in thread | raw e-mail | index | archive | help
hi all,

we had an overlapping uid crisis at work today.  I ended up writing a 
script to start at 30000 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/$username

Is there anything i am missing?

We've been up all night and I just need to make sure my tired mind isn't 
forgetting anything.

Thanks,

Matt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?431840AD.1020001>