logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ksmbd.mountd - start ksmbd.mountd and ksmbd daemons

Description

ksmbd.mountd  starts  ksmbd.mountd  user  mode  and ksmbd kernel mode daemons.  ksmbd.mountd has to parse
       ksmbd.conf(5) configuration file in order to start.  ksmbd.mountd can parse ksmbdpwd.db(5) user  database
       so as to support non-guest sessions.

Exit Status

       The exit status is 0 on success and 1 on failure.  When detaching process from foreground, exit status is
       0 if daemonization succeeded.

Name

       ksmbd.mountd - start ksmbd.mountd and ksmbd daemons

Options

-p, --port=PORT
              Bind to PORT instead of TCP port 445.

       -n, --nodetach[=WAY]
              Do  not  detach  process from foreground.  If WAY is 1, become process group leader (default).  If
              WAY is 0, detach.

       -C, --config=CONF
              Use CONF as configuration file instead of /etc/ksmbd/ksmbd.conf.

       -P, --pwddb=PWDDB
              Use PWDDB as user database instead of /etc/ksmbd/ksmbdpwd.db.

       -v, --verbose
              Be verbose.

       -V, --version
              Output version information and exit.

       -h, --help
              Display this help and exit.

Reporting Bugs

       For bug reports, use the issue tracker at https://github.com/cifsd-team/ksmbd-tools/issues.

See Also

ConfigurationFileksmbd.conf(5)

       UserDatabaseksmbdpwd.db(5)

       Utilitiesksmbd.addshare(8), ksmbd.adduser(8), ksmbd.control(8)

ksmbd-tools 3.5.3                                                                                KSMBD.MOUNTD(8)

Signals

ksmbd.mountd can be notified of changes to ksmbd.conf or ksmbdpwd.db by sending  it  the  SIGHUP  signal.
       The manager process of ksmbd.mountd has its PID stored in /run/ksmbd.lock.

Synopsis

ksmbd.mountd [-v] [-p PORT] [-n[WAY]] [-C CONF] [-P PWDDB]

See Also