Last active
May 17, 2016 06:29
-
-
Save stansidel/0192c376721e0fbfee19895117b5ebc6 to your computer and use it in GitHub Desktop.
Setting correct ACLs for a private directory under BitTorrent Sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://www.thomaskeller.biz/blog/2011/06/04/acls-on-mac-os-x/ | |
$ cd ~/bittorrent | |
$ mkdir private | |
$ chmod -R +a '<username> allow read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit' private | |
$ chmod -R +a# 1 'everyone deny read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit' private |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment