NAME
stub – provide mount point stubs

SYNOPSIS
aux/stub [ –Dd ] path/name

DESCRIPTION
Aux/stub union mounts itself before path in the name space. It serves a file system containing a single entry, name, with file mode 0. The intent is to provide a place to bind or mount other resources. The options are:
D    print all 9P messages
d    make name a directory; by default it is a file

SOURCE
/sys/src/cmd/aux/stub.c

SEE ALSO
mntgen(4)