diff options
-rw-r--r-- | docs/manpages/smbclient.1.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/manpages/smbclient.1.xml b/docs/manpages/smbclient.1.xml index 2b4b70aefb..ab66fd7edc 100644 --- a/docs/manpages/smbclient.1.xml +++ b/docs/manpages/smbclient.1.xml @@ -820,7 +820,21 @@ </varlistentry> - + + <varlistentry> + <term>stat file</term> + <listitem><para>This command depends on the server supporting the CIFS + UNIX extensions and will fail if the server does not. The client requests the + UNIX basic info level and prints out the same info that the Linux stat command + would about the file. This includes the size, blocks used on disk, file type, + permissions, inode number, number of links and finally the three timestamps + (access, modify and change). If the file is a special file (symlink, character or + block device, fifo or socket) then extra information may also be printed. + </para></listitem> + </varlistentry> + + + <varlistentry> <term>symlink target linkname</term> <listitem><para>This command depends on the server supporting the CIFS |