diff options
author | Jeremy Allison <jra@samba.org> | 2009-05-27 22:02:20 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-05-27 22:02:20 -0700 |
commit | bd1194810787901c5caa08961f97fecbcbd01978 (patch) | |
tree | 6a87f85a91457a2760038bf3b940a2d3048fe676 /docs-xml | |
parent | bccc7ee2c6456cdab08884b826ed5ddc2faf2a54 (diff) | |
download | samba-bd1194810787901c5caa08961f97fecbcbd01978.tar.gz samba-bd1194810787901c5caa08961f97fecbcbd01978.tar.xz samba-bd1194810787901c5caa08961f97fecbcbd01978.zip |
Add a smbclient "readlink" command and add docs for it.
Jeremy.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/smbclient.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index 7785d2c093c..9840414e44e 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -916,6 +916,14 @@ </varlistentry> <varlistentry> + <term>readlink symlinkname</term> + <listitem><para>This command depends on the server supporting the CIFS + UNIX extensions and will fail if the server does not. Print + the value of the symlink "symlinkname". + </para></listitem> + </varlistentry> + + <varlistentry> <term>rd <directory name></term> <listitem><para>See the rmdir command. </para></listitem> </varlistentry> |