From 2591bb77924641e786d5e6c2b93bd27298e737ee Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sun, 26 Sep 2004 06:56:53 +0000 Subject: [PATCH] Document new "stat file" command. Jeremy. --- docs/manpages/smbclient.1.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/manpages/smbclient.1.xml b/docs/manpages/smbclient.1.xml index 2b4b70aefbc..ab66fd7edc5 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 -- 2.34.1