|
NAME9p - read and write files on a 9P server SYNOPSIS9p [ options ] read 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 intro((4))) and then accesses subpath. EXAMPLETo update plumber((4))'s copy of your plumbing rules after editing $HOME/lib/plumbing:
To display the contents of the current acme((4)) window:
SOURCE/src/cmd/9p.c SEE ALSOintro((4)), intro(9p), 9pclient((3))
|