xref: /netbsd-src/sbin/mount_portal/examples/fs.1 (revision 33078560c6c0154f0fc6bc3bf7ff4ac8dab6bcd2)
1$NetBSD: fs.1,v 1.2 2017/05/09 23:26:49 kamil Exp $
2
3Use the following configuration file (also stored in fs.1.conf):
4
5fs/	file	fs/
6
7Mount 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
121896381655 10514 /etc/rc
13% cksum portal/fs/etc/rc
141896381655 10514 portal/fs/etc/rc
15
16As it currently stands, the fs option is of limited usefulness.
17The man page mentions that it can be used to "provide a
18controlled escape path from a chrooted environment".
19