-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
How can I change the permissions (chmod .. file) of a single file?
I see the perms attribute, but not sure how to do it.
While I need this currently for a single file, quite common shell commands I need at NERSC are:
find . -type d -exec chmod g+rxw {} \;
find . -type f -exec chmod g+rw {} \;
How can I do this via the SFAPI (without writing a whole job script)?
Metadata
Metadata
Assignees
Labels
No labels