Home | History | Annotate | Line # | Download | only in examples
      1 $NetBSD: fs.1,v 1.2 2017/05/09 23:26:49 kamil Exp $
      2 
      3 Use the following configuration file (also stored in fs.1.conf):
      4 
      5 fs/	file	fs/
      6 
      7 Mount the portal.  By default, every path will be based off of /.
      8 
      9 % mkdir portal
     10 % mount_portal /usr/share/examples/mount_portal/fs.1.conf `pwd`/portal
     11 % cksum /etc/rc
     12 1896381655 10514 /etc/rc
     13 % cksum portal/fs/etc/rc
     14 1896381655 10514 portal/fs/etc/rc
     15 
     16 As it currently stands, the fs option is of limited usefulness.
     17 The man page mentions that it can be used to "provide a
     18 controlled escape path from a chrooted environment".
     19