xref: /plan9/lib/namespace.ftp (revision 7dd7cddf99dd7472612f1413b4da293630e6b1bc)
1# bootes' root
2mount -a #s/boot /
3
4# visible things go here
5bind /sys/doc /usr/web/plan9/doc
6bind /sys/src/cmd/unix /usr/web/plan9/unixsrc
7
8# anonymous ftp only allows writes to files below /incoming
9# bind a personal incoming directory below incoming
10bind -c /usr/none/incoming /usr/web/incoming/none
11
12# this cuts off everything not mounted below /usr/web
13bind /usr/web /
14