Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

3 Posts

1409

August 17th, 2021 04:00

Append New ACL Recursively To Folder

Hey, 

we want to add AD group permission recursively to one of our folders.

When doing it through windows it takes long time till all permissions applied to subdirectories and files.

there is option to append new ACL to folder through isilon and not replace all permissions ?

clone & inherit option in Permission repair job replace all ACLs of the folders and files and not append the new ACL to it.

maybe chmod -R +a...... ?

1.2K Posts

August 17th, 2021 04:00

Yes, recursive chmod might work somewhat faster. If you need more help with the syntax for ACLs, these two KB articles are written as "how-to"s, in a addition to the concise "man chmod":

https://www.dell.com/support/kbdoc/en-us/000158611/deployment-kb-isilon-how-to-add-an-ad-user-group-and-set-acls-explicitly-on-the-directories-and-files-in-isilon-onefs-8-1?lang=en 

https://www.dell.com/support/kbdoc/en-us/000010579/manage-windows-acl-permissions-from-onefs-command-line-interface?lang=en 

hth

-- Peter

No Events found!

Top