32 lines
507 B
Text
32 lines
507 B
Text
|
.TH STUB 8
|
||
|
.SH NAME
|
||
|
stub \- provide mount point stubs
|
||
|
.SH SYNOPSIS
|
||
|
.B aux/stub
|
||
|
[
|
||
|
.B -Dd
|
||
|
]
|
||
|
.I path/name
|
||
|
.SH DESCRIPTION
|
||
|
.I Aux/stub
|
||
|
union mounts itself before
|
||
|
.I path
|
||
|
in the name space.
|
||
|
It serves a file system containing a single entry,
|
||
|
.IR name ,
|
||
|
with file mode 0.
|
||
|
The intent is to provide a place to bind or mount other resources.
|
||
|
The options are:
|
||
|
.TP
|
||
|
.B -D
|
||
|
print all 9P messages
|
||
|
.TP
|
||
|
.B -d
|
||
|
make
|
||
|
.I name
|
||
|
a directory; by default it is a file
|
||
|
.SH SOURCE
|
||
|
.B /sys/src/cmd/aux/stub.c
|
||
|
.SH SEE ALSO
|
||
|
.IR mntgen (4)
|