1GETCIFSACL(1) GETCIFSACL(1)
2
3
4
6 getcifsacl - Userspace helper to display an ACL in a security descrip‐
7 tor for Common Internet File System (CIFS)
8
10 getcifsacl [-v|-r] {file system object}
11
13 This tool is part of the cifs-utils suite.
14
15 getcifsacl is a userspace helper program for the Linux CIFS client file
16 system. It is intended to display a security descriptor, including DACL
17 and SACL for a file system object.
18
19 This program uses a plugin to handle the mapping of SIDs to user and
20 group names. /etc/cifs-utils/idmap-plugin should be a symlink that
21 points to the correct plugin to use.
22
23 Fields of an ACE such as SID, type, flags, and mask are displayed sepa‐
24 rated by /. Numeric values of type, flags, and mask are displayed in
25 hexadecimal format.
26
28 -v Print version number and exit.
29
30 -r Display a security descriptor in raw mode. Values such as type
31 and flags are displayed in hexadecimal format, a SID is not
32 mapped to a name.
33
34 -R List the ACLs of all files and directories recursively.
35
37 Kernel support for getcifsacl/setcifsacl utilities was initially intro‐
38 duced in the 2.6.37 kernel.
39
41 mount.cifs(8), setcifsacl(1)
42
44 Shirish Pargaonkar wrote the getcifsacl program.
45
46 The Linux CIFS Mailing list is the preferred place to ask questions re‐
47 garding these programs.
48
49
50
51
52 GETCIFSACL(1)