From 293421f3c64a2adff7dc15f7ad3adb6120c9fd16 Mon Sep 17 00:00:00 2001
From: Gerald Carter
Run interactively. Individual commands of the form destination message-type parameters can be entered - on STDIN. An empty command line or a "q" will quit the + on STDIN. An empty command line or a "q" will quit the program.
One of nmbd, smbd or a process ID.
The smbd destination causes the - message to "broadcast" to all smbd daemons.
The nmbd destination causes the + message to "broadcast" to all smbd daemons.
The nmbd destination causes the message to be sent to the nmbd daemon specified in the nmbd.pid file.
If a single process ID is given, the message is sent to only that process.
Type of message to send. See @@ -20,18 +20,18 @@ compile time.
Run interactiv connections to the named share. Note that this doesn't affect client connections to any other shares. This message-type takes an argument of the share name for which client connections will be closed, or the - "*" character which will close all currently open shares. + "*" character which will close all currently open shares. This may be useful if you made changes to the access controls on the share. This message can only be sent to smbd.
Set debug level to the value specified by the parameter. This can be sent to any of the destinations.
This message causes the nmbd daemon to force a new browse master election.
- Send specified number of "ping" messages and - wait for the same number of reply "pong" messages. This can be sent to + Send specified number of "ping" messages and + wait for the same number of reply "pong" messages. This can be sent to any of the destinations.
Change profile settings of a daemon, based on the - parameter. The parameter can be "on" to turn on profile stats - collection, "off" to turn off profile stats collection, "count" + parameter. The parameter can be "on" to turn on profile stats + collection, "off" to turn off profile stats collection, "count" to enable only collection of count stats (time stats are - disabled), and "flush" to zero the current profile stats. This can + disabled), and "flush" to zero the current profile stats. This can be sent to any smbd or nmbd destinations.
Request debuglevel of a certain daemon and write it to stdout. This can be sent to any of the destinations.
@@ -65,8 +65,8 @@ compile time.
Run interactiv by the Samba Team as an Open Source project similar to the way the Linux kernel is developed.
The original Samba man pages were written by Karl Auer.
The man page sources were converted to YODL format (another
- excellent piece of Open Source software, available at
- ftp://ftp.icce.rug.nl/pub/unix/) and updated for the Samba 2.0
+ excellent piece of Open Source software, available at