svn commit: samba-docs r231 - in trunk/manpages: .

jra at samba.org jra at samba.org
Sun Sep 26 06:56:53 GMT 2004


Author: jra
Date: 2004-09-26 06:56:53 +0000 (Sun, 26 Sep 2004)
New Revision: 231

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=231&nolog=1

Log:
Document new "stat file" command.
Jeremy.

Modified:
   trunk/manpages/smbclient.1.xml


Changeset:
Modified: trunk/manpages/smbclient.1.xml
===================================================================
--- trunk/manpages/smbclient.1.xml	2004-09-25 00:36:26 UTC (rev 230)
+++ trunk/manpages/smbclient.1.xml	2004-09-26 06:56:53 UTC (rev 231)
@@ -820,8 +820,22 @@
 		</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
 		UNIX extensions and will fail if the server does not. The client requests that the server



More information about the samba-cvs mailing list