From 981e1b0f7e5d41b59785f03a2f32d601a4fe7e13 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 24 Jul 1998 01:08:31 +0000 Subject: 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) --- docs/manpages/smbstatus.1 | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit