diff options
author | Jeremy Allison <jra@samba.org> | 2004-09-26 06:56:53 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:02 -0500 |
commit | f5bf517cc238a30b4e130222b7679df517f23b53 (patch) | |
tree | 876c6365855de9e6140f195ce206d3346e2ae90d | |
parent | 43876ca6d8790166f6f608a27c13996ce748956b (diff) | |
download | samba-f5bf517cc238a30b4e130222b7679df517f23b53.tar.gz samba-f5bf517cc238a30b4e130222b7679df517f23b53.tar.bz2 samba-f5bf517cc238a30b4e130222b7679df517f23b53.zip |
Document new "stat file" command.
Jeremy.
(This used to be commit 0b40005fcb64a3412d81d48c92d85c29019c596c)
-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 |