From a11595bd2e6895f734e621c69c1ad0ee3e1a685a Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 10 Oct 2012 10:43:02 +0200 Subject: docs: Add very basic samba manpage. Please feel free to extend. Karolin Autobuild-User(master): Karolin Seeger Autobuild-Date(master): Thu Oct 11 11:40:37 CEST 2012 on sn-devel-104 --- docs-xml/manpages/samba.8.xml | 181 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 docs-xml/manpages/samba.8.xml (limited to 'docs-xml/manpages/samba.8.xml') diff --git a/docs-xml/manpages/samba.8.xml b/docs-xml/manpages/samba.8.xml new file mode 100644 index 0000000000..229e941976 --- /dev/null +++ b/docs-xml/manpages/samba.8.xml @@ -0,0 +1,181 @@ + + + + + + samba + 8 + Samba + System Administration tools + 4.0 + + + + + samba + Server to provide AD and SMB/CIFS services to clients + + + + + samba + -D + -i + -M <model> + --maximum-runtime=<seconds> + -b + --help + --usage + -d <debug level> + --debug-stderr + -s <configuration file> + --option=<smb_conf_param>=<value> + -l <log directory> + --leak-report + --leak-report-full + -V + + + + + DESCRIPTION + This program is part of the samba + 7 suite. + + samba is the server daemon that + provides Active Directory, filesharing and printing services to clients. + + + + + OPTIONS + + + + -D|--daemon + If specified, this parameter causes + the server to operate as a daemon. That is, it detaches + itself and runs in the background, fielding requests + on the appropriate ports. Operating the server as a + daemon is the recommended way of running + samba for servers that provide more + than casual use file and print services. This switch is + assumed if samba is executed on the + command line of a shell. + + + + + -i|--interactive + If this parameter is specified it causes the + server to run "interactively", not as a daemon, even if the + server is executed on the command line of a shell. Setting this + parameter negates the implicit daemon mode when run from the + command line. + + + + + -M|--model + Select process model. + + + + + --maximum-runtime=seconds + Set maximum runtime of the server process till + autotermination in seconds. + + + + + -b|--show-build + Print information about how Samba was built. + + + + + -?|--help + Show help message. + + + + --usage + Display brief usage message. + + + + -d|--debuglevel=DEBUGLEVEL + Set debug level. + + + + --debug-stderr + Send debug output to STDERR. + + + + -s|--configfile=CONFIGFILE + Use alternative configuration file. + + + + + --option=SMB_CONF_PARAM=VALUE + Set smb.conf option from command line. + + + + + -l|--log-basename=LOGFILEBASE + Basename for log/debug files. + + + + --leak-report + Enable talloc leak reporting on exit. + + + + + --leak-report-full + Enable full talloc leak reporting on exit. + + + + + -V|--version + Print version. + + + + + + + VERSION + + This man page is correct for version 4 of the Samba suite. + + + + SEE ALSO + hosts_access + 5, inetd + 8, smbd + 8, nmbd + 8, smb.conf + 5, smbclient + 1, testparm + 1. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + -- cgit