xref: /plan9/lib/namespace.ftp (revision 58da3067adcdccaaa043d0bfde28ba83b7ced07d)
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