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:
-Dmacro=value- Set a macro to a value. Macros can be referenced in the configuration files.
-d- Do not daemonize. If this option is specified,
kamidwill run in the foreground and log to stderr. -ffile- specify an alternative configuration file.
-n- Configtest mode. Only check the configuration file for validity.
-ssocket- Use an alternate location for the default control socket.
-v- Produce more verbose output.
FILES
- /etc/kamid.conf
- Default
kamidconfiguration file. - /var/run/kamid.sock
- UNIX-domain socket used for communication with kamictl(8).
SEE ALSO
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.