Home | History | Annotate | Line # | Download | only in examples
fs.1 revision 1.1
      1 Use the following configuration file (also stored in fs.1.conf):
      2 
      3 fs/	file	fs/
      4 
      5 Mount 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
     10 1896381655 10514 /etc/rc
     11 % cksum portal/fs/etc/rc
     12 1896381655 10514 portal/fs/etc/rc
     13 
     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".
     17