Useperms [options] [directory] - -d|--dir-perm oct_dir_perms
Describes permissions to set for directories. If missing, directory permissions will stay untounched.
- -f|--file-perm oct_file_perms
As -d, but for files.
- -s|--standard
Set standard files and directories permissions. Default to 755 for directories, and 644 for files.
- -x|--both-perm oct_dir_file_perm
Like -d oct_perms -f oct_perms
- -o|--owner owner_name
Change owner to owner_name. If missing, owner will stay untouched.
- -a|--owner-affect all|file|dir
Specify, did -o option will change owner for files, for directories, or both. Ignored without -o option.
- -g|--group group_name
Like -o, but specifies group.
- -b|--group-affect all|file|dir
Like -a, but works with -g option.
- -r|--omit-rootdir
If given, perms will not change any permissions or ownership for given root directory
- -v|--version
Show program version.
- -h|--help
This help
- directory
Root directory for apply tasks. Required.
|