diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2019-03-01 12:05:58 +1000 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-03-08 16:29:36 -0800 |
commit | 1191a6cafde1f6e39546cab26a5b90c3cca523fd (patch) | |
tree | aa31e6850b45f5e4759209e74007f8947951b731 /smbinfo.rst | |
parent | ea9b99cf17a949edbe368301881a353d27018847 (diff) | |
download | cifs-utils-1191a6cafde1f6e39546cab26a5b90c3cca523fd.tar.gz cifs-utils-1191a6cafde1f6e39546cab26a5b90c3cca523fd.tar.bz2 cifs-utils-1191a6cafde1f6e39546cab26a5b90c3cca523fd.zip |
smbinfo: decode the ACEs
Decode the most common ACE types and provide a [-V]erbose option
to show the individual mask bits by name.
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'smbinfo.rst')
-rw-r--r-- | smbinfo.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/smbinfo.rst b/smbinfo.rst index 5222a71..9bfd313 100644 --- a/smbinfo.rst +++ b/smbinfo.rst @@ -11,7 +11,7 @@ Userspace helper to display SMB-specific file information for the Linux SMB clie SYNOPSIS ******** - smbinfo [-v] {command} {file system object} + smbinfo [-v] [-V] {command} {file system object} *********** DESCRIPTION @@ -35,6 +35,9 @@ OPTIONS -v Print version number and exit. +-V + Verbose output. + ******* COMMAND ******* |