In the
DropBox reinstall instructions
[1] for Mac there was the line sudo chmod -N ~. I looked for the -N option but I didn't find anything about it.
Could someone explain what this option means precisely in this case?
ACCEPTED]
From the macOS chmod(1) manual (man chmod):
ACL MANIPULATION OPTIONS
[...]
-NRemoves the ACL from the named file(s).
That is, chmod -N ~ would clear the access control list (ACL) from the home directory.
repairHomePermissions. I'm not sure I want an empty ACL for my home directory. - Nikolay D