diff options
author | Juan Pablo González <disablez@gmail.com> | 2021-04-08 12:02:20 +0200 |
---|---|---|
committer | Pavel Shilovsky <pshilov@microsoft.com> | 2021-04-14 11:49:48 -0700 |
commit | 02cd3aa7f19991bf194f7c17e412f1f9f9dfe4d5 (patch) | |
tree | c64463baa24abdbd57a1b4e8256f18225ba46714 /smbinfo.rst | |
parent | 4d5daf53a6b15503561c4caf799930593f6fd55a (diff) | |
download | cifs-utils-02cd3aa7f19991bf194f7c17e412f1f9f9dfe4d5.tar.gz cifs-utils-02cd3aa7f19991bf194f7c17e412f1f9f9dfe4d5.tar.bz2 cifs-utils-02cd3aa7f19991bf194f7c17e412f1f9f9dfe4d5.zip |
smbinfo: Add command for displaying alternate data streams
This patch adds a new command to smbinfo which retrieves and displays
the list of alternate data streams for a file.
Signed-off-by: Juan Pablo González <disablez@gmail.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'smbinfo.rst')
-rw-r--r-- | smbinfo.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smbinfo.rst b/smbinfo.rst index 7413849..1acf3c4 100644 --- a/smbinfo.rst +++ b/smbinfo.rst @@ -65,6 +65,8 @@ COMMAND `filestandardinfo`: Prints the FileStandardInformation class +`filestreaminfo`: Prints the FileStreamInformation class + `fsctl-getobjid`: Prints the ObjectID `getcompression`: Prints the compression setting for the file. |