about summary refs log tree commit diff
path: root/Completion/Unix/Command/_getfacl
blob: 15641fad856ccddcb7d3dccade26a5e0027e9dd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#compdef getfacl getfacl.exe

# cygwin 1.5.25

_arguments -s -S \
  '(--all -a)'{-a,--all}'[display the filename, owner, group, and ACL of the file]' \
  '(--dir -d)'{-d,--dir}'[display the filename, owner, group, and default ACL of the directory]' \
  '(--noname -n)'{-n,--noname}'[display user and group IDs instead of names]' \
  '(- *)'{-h,--help}'[display help information]' \
  '(- *)'{-v,--version}'[display version information]' \
  '*: :_files'
getfacl 2.2.47 -- get file access control lists
Usage: getfacl [-dRLP] file ...
      --access            display the file access control list only
  -d, --default           display the default access control list only
      --omit-header       do not display the comment header
      --all-effective     print all effective rights
      --no-effective      print no effective rights
      --skip-base         skip files that only have the base entries
  -R, --recursive         recurse into subdirectories
  -L, --logical           logical walk, follow symbolic links
  -P, --physical          physical walk, do not follow symbolic links
      --tabular           use tabular output format
      --numeric           print numeric user/group identifiers
      --absolute-names    don't strip leading '/' in pathnames
      --version           print version and exit
      --help              this help text