From f5bf517cc238a30b4e130222b7679df517f23b53 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sun, 26 Sep 2004 06:56:53 +0000 Subject: Document new "stat file" command. Jeremy. (This used to be commit 0b40005fcb64a3412d81d48c92d85c29019c596c) --- docs/manpages/smbclient.1.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/manpages') 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 @@ - + + + stat file + 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. + + + + + symlink target linkname This command depends on the server supporting the CIFS -- cgit