Description Usage Arguments Value See Also Examples
wrapper that sets permissions for files on the cluster
1  | condor_permissions(session, file, permission = "a+x")
 | 
session | 
 session connection object  | 
file | 
 character, filename to set permissions  | 
permission | 
 character, permissions to set, Default: 'a+x'  | 
ssh result from the call
1 2 3 4  | ## Not run: 
condor_permissions(session,'file.r','a+x')
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.