diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2019-01-29 16:53:57 +1000 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2019-02-14 16:10:05 -0800 |
commit | 0ca46dbb7d50d8872b60e71baa337d96884cd881 (patch) | |
tree | 54923c335f6f241a2c132315d32b219d574e4767 /smbinfo.rst | |
parent | f0c95ea8d2835b16ac17895fa7bcbbfdc95ed708 (diff) | |
download | cifs-utils-0ca46dbb7d50d8872b60e71baa337d96884cd881.tar.gz cifs-utils-0ca46dbb7d50d8872b60e71baa337d96884cd881.tar.bz2 cifs-utils-0ca46dbb7d50d8872b60e71baa337d96884cd881.zip |
smbinfo: Add more File*Information classes
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Diffstat (limited to 'smbinfo.rst')
-rw-r--r-- | smbinfo.rst | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/smbinfo.rst b/smbinfo.rst index a10edb1..85de4cb 100644 --- a/smbinfo.rst +++ b/smbinfo.rst @@ -39,14 +39,23 @@ OPTIONS COMMAND ******* -`secdesc`: Print the security descriptor in the form -- Revision -- Control -- Owner SID -- Group SID -- ACL -- File types -- File flags +`fileaccessinfo`: Prints the FileAccessInformation class + +`filealigninfo`: Prints the FileAlignmentInformation class + +`fileallinfo`: Prints the FileAllInformation class + +`filebasicinfo`: Prints the FileBasicInformation class + +`fileeainfo`: Prints the FileEaInformation class + +`fileinternalinfo`: Prints the FileInternalInformation class + +`filemodeinfo`: Prints the FileModeInformation class + +`filepositioninfo`: Prints the FilePositionInformation class + +`filestandardinfo`: Prints the FileStandardInformation class `quota`: Print the quota for the volume in the form - SID Length @@ -56,6 +65,15 @@ COMMAND - Quota Limit - SID +`secdesc`: Print the security descriptor in the form +- Revision +- Control +- Owner SID +- Group SID +- ACL +- File types +- File flags + ***** NOTES ***** |