|
NAME9p - read and write files on a 9P serverSYNOPSIS9p [ options ] read path9p [ options ] readfd path 9p [ options ] write [ -l ]
path
9p [ options ] stat path 9p [ options ] rdwr path 9p [ options ] ls [ -dl ] path... DESCRIPTION9p is a trivial 9P client that can access a single file on a 9P server. It can be useful for manual interaction with a 9P server or for accessing simple 9P services from within shell scripts. The common options are:
The first argument is a command, one of:
9p dials address to connect to the 9P server. If the -a option is not given, 9p requires the path to be of the form service/subpath; it connects to the Unix domain socket service in the name space directory (see and then accesses subpath. EXAMPLETo update copy of your plumbing rules after editing $HOME/lib/plumbing:
To display the contents of the current window:
SOURCE/src/cmd/9p.cSEE ALSOintro(9p), Visit the GSP FreeBSD Man Page Interface. |