Tagged Questions
0
votes
0answers
79 views
Using chmod -b to remove ACLs but leave perms unchanged
By using chmod -b on my Isilon cluster I can remove ACLs. However, I'd like to remove all ACLs from a directory tree, leaving all permissions intact. So,
#chmod -b -R (no mode set) /foo/bar
This ...
2
votes
1answer
137 views
Always create files/folders but only write to those the user owns
I need 2 Linux users to share a folder. Within this folder, users should always be able to create files and sub-folders and write into any sub-folder (whether they own it or not). However, they should ...
5
votes
2answers
4k views
Setting differing ACLs on directories and files
Quick ACL question:
I want to set up default permissions for a file share so that everyone can rwx all of the directories and so that all newly created files are rw. Everyone who is accessing this ...
