Comment 13 for bug 542183

Revision history for this message
Peter Valdemar Mørch (pmorch) wrote :

Damn, a typo. Make that:

sudo find / -o -uid $olduid -print0 | sudo xargs -0 chown $newuid
sudo find / -o -gid $oldgid -print0 | sudo xargs -0 chgrp $newgid