summaryrefslogtreecommitdiff
path: root/getcifsacl.rst.in
diff options
context:
space:
mode:
authorAurelien Aptel <aaptel@suse.com>2018-05-15 10:12:32 +0200
committerAurelien Aptel <aaptel@suse.com>2018-07-10 17:42:52 +0200
commit81dcfb24f54a5757f7c9fe08285bf527b8333506 (patch)
tree8ef39f921e606077373f80e28bbbabaf76c48fd3 /getcifsacl.rst.in
parentdf47b113a9b7402438314eb6d617ce11c3598fd5 (diff)
downloadcifs-utils-81dcfb24f54a5757f7c9fe08285bf527b8333506.tar.gz
cifs-utils-81dcfb24f54a5757f7c9fe08285bf527b8333506.tar.bz2
cifs-utils-81dcfb24f54a5757f7c9fe08285bf527b8333506.zip
docs: cleanup rst formating
Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Steve French <smfrench@gmail.com> Reviewed-by: Pavel Shilovsky <piastryyy@gmail.com>
Diffstat (limited to 'getcifsacl.rst.in')
-rw-r--r--getcifsacl.rst.in40
1 files changed, 10 insertions, 30 deletions
diff --git a/getcifsacl.rst.in b/getcifsacl.rst.in
index 42af258..21a10cd 100644
--- a/getcifsacl.rst.in
+++ b/getcifsacl.rst.in
@@ -7,80 +7,60 @@ Userspace helper to display an ACL in a security descriptor for Common Internet
--------------------------------------------------------------------------------------------------
:Manual section: 1
-
********
SYNOPSIS
********
-
-getcifsacl [-v|-r] {file system object}
-
+ getcifsacl [-v|-r] {file system object}
***********
DESCRIPTION
***********
-
This tool is part of the cifs-utils suite.
-getcifsacl is a userspace helper program for the Linux CIFS client
+``getcifsacl`` is a userspace helper program for the Linux CIFS client
file system. It is intended to display a security descriptor including
ACL for a file system object.
This program uses a plugin to handle the mapping of SIDs to user and
-group names. \ *@pluginpath@*\ should be a symlink that points to the
+group names. *@pluginpath@* should be a symlink that points to the
correct plugin to use.
Fields of an ACE such as SID, type, flags, and mask are displayed
-separated by /. Numeric values of type, flags, and mask are displayed
+separated by /. Numeric values of type, flags, and mask are displayed
in hexadecimal format.
-
*******
OPTIONS
*******
+-v
+ Print version number and exit.
-
-\ **-v**\
-
- Print version number and exit.
-
-
-
-\ **-r**\
-
- Display a security descriptor in raw mode. Values such as type and
- flags are displayed in hexadecimal format, a SID is not mapped to a
- name.
-
-
-
+-r
+ Display a security descriptor in raw mode. Values such as type and
+ flags are displayed in hexadecimal format, a SID is not mapped to a
+ name.
*****
NOTES
*****
-
Kernel support for getcifsacl/setcifsacl utilities was initially
introduced in the 2.6.37 kernel.
-
********
SEE ALSO
********
-
mount.cifs(8), setcifsacl(1)
-
******
AUTHOR
******
-
Shirish Pargaonkar wrote the getcifsacl program.
The Linux CIFS Mailing list is the preferred place to ask questions
regarding these programs.
-