Document new "stat file" command.
authorJeremy Allison <jra@samba.org>
Sun, 26 Sep 2004 06:56:53 +0000 (06:56 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:59:11 +0000 (08:59 -0500)
Jeremy.

docs/manpages/smbclient.1.xml

index 2b4b70aefbcfb28b415b50d7a384c32c9f926e5d..ab66fd7edc5388a3a43abbd33580450ba55f10c3 100644 (file)
                </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