No empty .Rs/.Re
[netbsd-mini2440.git] / sbin / mount_portal / examples / fs.1
blob5737d5a71c2be40af0b27a5b2ba6c612d45fcc78
1 Use the following configuration file (also stored in fs.1.conf):
3 fs/     file    fs/
5 Mount the portal.  By default, every path will be based off of /.
7 % mkdir portal
8 % mount_portal /usr/share/examples/mount_portal/fs.1.conf `pwd`/portal
9 % cksum /etc/rc
10 1896381655 10514 /etc/rc
11 % cksum portal/fs/etc/rc
12 1896381655 10514 portal/fs/etc/rc
14 As it currently stands, the fs option is of limited usefulness.
15 The man page mentions that it can be used to "provide a
16 controlled escape path from a chrooted environment".