Changing userid on Mac OSX

Last modified on July 24, 2026 • 1 min read • 26 words
  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 {} \;