Blame getcifsacl.rst.in

Packit 5f9837
==========
Packit 5f9837
getcifsacl
Packit 5f9837
==========
Packit 5f9837
Packit 5f9837
--------------------------------------------------------------------------------------------------
Packit 5f9837
Userspace helper to display an ACL in a security descriptor for Common Internet File System (CIFS)
Packit 5f9837
--------------------------------------------------------------------------------------------------
Packit 5f9837
:Manual section: 1
Packit 5f9837
Packit 5f9837
********
Packit 5f9837
SYNOPSIS
Packit 5f9837
********
Packit 5f9837
Packit Service 668931
  getcifsacl [-v|-r] {file system object}
Packit 5f9837
Packit 5f9837
***********
Packit 5f9837
DESCRIPTION
Packit 5f9837
***********
Packit 5f9837
Packit 5f9837
This tool is part of the cifs-utils suite.
Packit 5f9837
Packit Service 668931
``getcifsacl`` is a userspace helper program for the Linux CIFS client
Packit 5f9837
file system. It is intended to display a security descriptor including
Packit 5f9837
ACL for a file system object.
Packit 5f9837
Packit 5f9837
This program uses a plugin to handle the mapping of SIDs to user and
Packit Service 668931
group names. *@pluginpath@* should be a symlink that points to the
Packit 5f9837
correct plugin to use.
Packit 5f9837
Packit 5f9837
Fields of an ACE such as SID, type, flags, and mask are displayed
Packit Service 668931
separated by /. Numeric values of type, flags, and mask are displayed
Packit 5f9837
in hexadecimal format.
Packit 5f9837
Packit 5f9837
*******
Packit 5f9837
OPTIONS
Packit 5f9837
*******
Packit 5f9837
Packit Service 668931
-v
Packit Service 668931
  Print version number and exit.
Packit 5f9837
Packit Service 668931
-r
Packit Service 668931
  Display a security descriptor in raw mode. Values such as type and
Packit Service 668931
  flags are displayed in hexadecimal format, a SID is not mapped to a
Packit Service 668931
  name.
Packit 5f9837
Packit 5f9837
*****
Packit 5f9837
NOTES
Packit 5f9837
*****
Packit 5f9837
Packit 5f9837
Kernel support for getcifsacl/setcifsacl utilities was initially
Packit 5f9837
introduced in the 2.6.37 kernel.
Packit 5f9837
Packit 5f9837
********
Packit 5f9837
SEE ALSO
Packit 5f9837
********
Packit 5f9837
Packit 5f9837
mount.cifs(8), setcifsacl(1)
Packit 5f9837
Packit 5f9837
******
Packit 5f9837
AUTHOR
Packit 5f9837
******
Packit 5f9837
Packit 5f9837
Shirish Pargaonkar wrote the getcifsacl program.
Packit 5f9837
Packit 5f9837
The Linux CIFS Mailing list is the preferred place to ask questions
Packit 5f9837
regarding these programs.