After a clear set up of Sequoia (15.2), I add my person accounts. Due to different methods on my dwelling community (and I wish to use NFS), I wish to use particular UIDs for brand new accounts. It is a supported possibility on OSX – merely create the account, then select superior and will probably be attainable to configure the UIDs I wish to use.
The issue is that the motion of making the account creates the house listing (/Customers/xyz
) utilizing the preliminary UID (501, 502, 503, …). I notice that I may simply chown
Nevertheless, the information due to SIP, I do not belief them to work correctly. As a substitute my process is the next:
- After creating the accounts.
- Reboot into restoration mode (to keep away from SIP getting in the best way).
- open a terminal
- Execute
rm -rf /Customers/user1 /Customers/user2 ....
- Reboot
- Log in as every person to recreate the house directories with the proper file properties.
I notice it is a sophisticated course of, nevertheless it appears to work/does work for me.
My query is: Are there different areas the place OSX writes user-specific information of a bigger measurement? /Customers
throughout person account creation?
I ask as a result of I do know that different Unix methods generally write information for issues like crontabs, mail queues, lock information, and many others. and I wish to confirm that I’ve the proper possession of all these information.