💾 Archived View for kamid.omarpolo.com › kamid.8.txt captured on 2023-04-19 at 22:22:23.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

KAMID(8)	     System Manager's Manual		 KAMID(8)

NAME
     kamid  9p file server daemon

SYNOPSIS
     kamid [-dnv] [-D macro=value] [-f file] [-s socket]

DESCRIPTION
     kamid is a 9p file server daemon.

     The options are as follows:

     -D macro=value
	     Set a macro to a value.  Macros can be referenced in
	     the configuration files.

     -d	     Do not daemonize.	If this option is specified,
	     kamid will run in the foreground and log to stderr.

     -f file
	     specify an alternative configuration file.

     -n	     Configtest mode.  Only check the configuration file
	     for validity.

     -s socket
	     Use an alternate location for the default control
	     socket.

     -v	     Produce more verbose output.

FILES
     /etc/kamid.conf	    Default kamid configuration file.
     /var/run/kamid.sock    UNIX-domain socket used for
			    communication with kamictl(8).

SEE ALSO
     kami.conf(5), kamictl(8)

AUTHORS
     The kamid program was written by Omar Polo
     <op@omarpolo.com>.

CAVEATS
     kamid doesn't handle very well when a user directory is over
     multiple devices since it uses the inode of files to build
     the QID path field.

     Opening or creating a file with the OEXEC flag set result in
     an error.

OpenBSD 7.2		 January 31, 2022	      OpenBSD 7.2