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. It is best utilized when an option of
18 cifsacl is specified when mounting a cifs share in conjunction with
19 winbind facility of Samba suite.
20
21 Fields of an ACE such as SID, type, flags, and mask are displayed
22 separated by /. Numeric values of type, flags, and mask are displayed
23 in hexadecimal format.
24
26 -v
27 Print version number and exit.
28 -r
29 Display a security descriptor in raw mode. Values such as type and
30 flags are displayed in hexadecimal format, a SID is not mapped to a
31 name.
32
34 mount.cifs(8), winbindd(8), setcifsacl(1)
35
37 Shirish Pargaonkar wrote the getcifsacl program.
38
39 The Linux CIFS Mailing list is the preferred place to ask questions
40 regarding these programs.
41
42
43
44cifs-utils 08/19/2011 GETCIFSACL(1)