Changing userid on Mac OSX
By jeltsch on Tue, 03/06/2007 - 22:501. Change the userid in NetInfoManager from another administrative account (ex. 502->1000).
2. Change the file permissions:
sudo find / -xdev -user 502 -print -exec chown 1000 {} \;
1. Change the userid in NetInfoManager from another administrative account (ex. 502->1000).
2. Change the file permissions:
sudo find / -xdev -user 502 -print -exec chown 1000 {} \;