1Use the following configuration file (also stored in fs.1.conf):
2
3fs/	file	fs/
4
5Mount the portal.  By default, every path will be based off of /.
6
7% mkdir portal
8% mount_portal /usr/share/examples/mount_portal/fs.1.conf `pwd`/portal
9% cksum /etc/rc
101896381655 10514 /etc/rc
11% cksum portal/fs/etc/rc
121896381655 10514 portal/fs/etc/rc
13
14As it currently stands, the fs option is of limited usefulness.
15The man page mentions that it can be used to "provide a
16controlled escape path from a chrooted environment".
17