diff options
author | Richard Sharpe <sharpe@samba.org> | 1998-07-24 01:08:31 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 1998-07-24 01:08:31 +0000 |
commit | 981e1b0f7e5d41b59785f03a2f32d601a4fe7e13 (patch) | |
tree | d8dfe541e3c52ac912c7b2ca18a94f599aae7736 /docs | |
parent | 06c0349c445958aebb8a4611bdb7082711585754 (diff) | |
download | samba-981e1b0f7e5d41b59785f03a2f32d601a4fe7e13.tar.gz samba-981e1b0f7e5d41b59785f03a2f32d601a4fe7e13.tar.bz2 samba-981e1b0f7e5d41b59785f03a2f32d601a4fe7e13.zip |
Updates smbstatus to have a -S and -L flag.
Also updated the documentation :-)
The code is ugly, we need to rewrite smbstatus someday.
(This used to be commit a2a9f55a76fc16ef1d4656332ef6b1b455bb6259)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/smbstatus.1 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/manpages/smbstatus.1 b/docs/manpages/smbstatus.1 index 9d049cbf07..7580ca18f0 100644 --- a/docs/manpages/smbstatus.1 +++ b/docs/manpages/smbstatus.1 @@ -8,10 +8,17 @@ smbstatus \- report on current Samba connections ] [ .B \-d ] [ +.B \-L +] [ .B \-p ] [ +.B \-S +] [ .B \-s .I configuration file +] [ +.b \-u +.i username ] .SH DESCRIPTION This program is part of the Samba suite. @@ -27,21 +34,30 @@ gives brief output. .B \-d gives verbose output. +.B \-L +causes smbstatus to only list locks. + .B \-p print a list of .B smbd processes and exit. Useful for scripting. +.B \-S +causes smbstatus to only list shares. + .B \-s .I configuration file - .RS 3 The default configuration file name is determined at compile time. - The file specified contains the configuration details required by the server. See .BR smb.conf (5) for more information. + +.B \-u +.I username +selects information relevant to .B username only. + .RE .SH ENVIRONMENT VARIABLES Not applicable. |