mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
vbackup(8): explain +refreshconfig, vmount address (Brian L. Stuart)
This commit is contained in:
parent
f12ab34996
commit
9f0d3523fc
1 changed files with 15 additions and 0 deletions
|
@ -225,6 +225,11 @@ On most operating systems,
|
||||||
.I vmount
|
.I vmount
|
||||||
must be run by the user
|
must be run by the user
|
||||||
.BR root .
|
.BR root .
|
||||||
|
Because
|
||||||
|
.I address
|
||||||
|
is passed to the host OS kernel rather than interpreted by
|
||||||
|
.IR dial (3),
|
||||||
|
it must be only an IP address, not a full dial address.
|
||||||
.PP
|
.PP
|
||||||
.I Vnfs
|
.I Vnfs
|
||||||
serves, using the
|
serves, using the
|
||||||
|
@ -344,6 +349,16 @@ or
|
||||||
rules are given, the default action is to reject the request.
|
rules are given, the default action is to reject the request.
|
||||||
In the absence of any rules, the default action is to accept all requests.
|
In the absence of any rules, the default action is to accept all requests.
|
||||||
.PD
|
.PD
|
||||||
|
.PP
|
||||||
|
Reading the special file
|
||||||
|
.B /dump/+refreshconfig
|
||||||
|
causes
|
||||||
|
.I vnfs
|
||||||
|
to reload
|
||||||
|
.IR config .
|
||||||
|
The read returns either the string
|
||||||
|
.B ok
|
||||||
|
or an error message.
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.PP
|
.PP
|
||||||
Running on the server
|
Running on the server
|
||||||
|
|
Loading…
Reference in a new issue