1GETCIFSACL(1) CIFS Access Control List Tools GETCIFSACL(1)
2
3
4
6 getcifsacl - Userspace helper to display an ACL in a security
7 descriptor 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 ACL
17 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
24 separated by /. Numeric values of type, flags, and mask are displayed
25 in hexadecimal format.
26
28 -v
29 Print version number and exit.
30 -r
31 Display a security descriptor in raw mode. Values such as type and
32 flags are displayed in hexadecimal format, a SID is not mapped to a
33 name.
34
36 Kernel support for getcifsacl/setcifsacl utilities was initially
37 introduced in the 2.6.37 kernel.
38
40 mount.cifs(8), setcifsacl(1)
41
43 Shirish Pargaonkar wrote the getcifsacl program.
44
45 The Linux CIFS Mailing list is the preferred place to ask questions
46 regarding these programs.
47
48
49
50cifs-utils 08/19/2011 GETCIFSACL(1)