9pfs(1)
| 9pfs(1) | 9pfs(1) |
NAME
9pfs - 9p2000 file server
SYNOPSIS
9pfs [-dDw] [-c mode] [-p port] [-r root] [-a address] [user [domain]]
DESCRIPTION
9p2000 is a file/RPC protocol developed for Plan9 operationg system. Due to its extreme simplicity it can be used to embed file servers in different applications to provide access to the internal structures and API in runtime.
9pfs is a simle file server that exports a file tree with 9p2000 protocol.
OPTIONS
-a address
Address to listen on. Default: 0.0.0.0
-c mode
Authentication mode. Can be pki or sk1.
-d
Turn on debug.
-D
Turn on .u extensions, required for symlink support.
-p port
Server TCP port, if it differs from the default 9p.
-r root
A directory to export.
-w
Allow read/write access. Default: read/only.
AUTHENTICATION
pki mode
PKI authentication mode uses standard SSH RSA keys. The server looks for the public key in /home/${user}/.ssh/id_rsa.pub.
sk1 mode
domain should be specified only for sk1 auth mode.
SEE ALSO
AUTHORS
* Peter V. Saveliev <peet@redhat.com> --
fuse9p author, py9p library maintainer
* Andrey Mirtchovski <aamirtch@ucalgary.ca> -- py9p
library author
LINKS
* All bugs post to the project page:
https://github.com/svinota/py9p/issues
* Project's home:
https://github.com/svinota/py9p/
* 9p specifications:
http://swtch.com/plan9port/man/man9/
| Peter V. Saveliev <peet@redhat.com> |
