diff options
author | Volker Lendecke <vl@samba.org> | 2015-07-03 15:10:17 +0200 |
---|---|---|
committer | Ralph Böhme <slow@samba.org> | 2015-07-03 18:30:21 +0200 |
commit | 589de041785366722745fd731f478e4b0512e1ea (patch) | |
tree | 626556b53a29b52301e65cfa5a227ada5255960c /docs-xml | |
parent | 9ebf3804eb4ca48b6ff00db12f42795481347f37 (diff) | |
download | samba-589de041785366722745fd731f478e4b0512e1ea.tar.gz |
docs: Document smbclient "notify" command
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Fri Jul 3 18:30:21 CEST 2015 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages/smbclient.1.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml index 7438aedb8a7..8b166d1a134 100644 --- a/docs-xml/manpages/smbclient.1.xml +++ b/docs-xml/manpages/smbclient.1.xml @@ -857,6 +857,20 @@ </varlistentry> <varlistentry> + <term>notify <dir name></term> + <listitem><para>Query a directory for change + notifications. This command issues a recursive + filechangenotify call for all possible changes. As + changes come in will print one line per change. See + <ulink url="https://msdn.microsoft.com/en-us/library/dn392331.aspx">https://msdn.microsoft.com/en-us/library/dn392331.aspx</ulink> + for a description of the action numbers that this + command prints.</para> + <para>This command never ends, it waits for event + indefinitely. + </para></listitem> + </varlistentry> + + <varlistentry> <term>posix</term> <listitem><para>Query the remote server to see if it supports the CIFS UNIX extensions and prints out the list of capabilities supported. If so, turn |