diff options
-rwxr-xr-x | man5/ezjail.5 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/man5/ezjail.5 b/man5/ezjail.5 new file mode 100755 index 0000000..802ea41 --- /dev/null +++ b/man5/ezjail.5 | |||
@@ -0,0 +1,26 @@ | |||
1 | .TH ezjail 5 | ||
2 | .SH NAME | ||
3 | ezjail \- A simple jail setup framework | ||
4 | .SH SYNOPSIS | ||
5 | /usr/local/etc/rc.d/ezjail | ||
6 | .SH DESCRIPTION | ||
7 | The ezjail framework provides a simple way to create many virtual FreeBSD | ||
8 | servers by using FreeBSD's jail system. It requires little administration | ||
9 | effort and aims for minimum system resource usage. | ||
10 | |||
11 | If you are not familiar with the FreeBSD jail concept, refer to jail(8). | ||
12 | .SH OVERVIEW | ||
13 | One | ||
14 | .I base jail | ||
15 | is filled with most userland binaries and libraries and then mounted | ||
16 | readonly into a number of stripped down jails via | ||
17 | .B mount_nullfs(8) | ||
18 | , thus saving lots of inodes and memory resources. | ||
19 | .SH FILES | ||
20 | /usr/local/etc/ezjail.conf | ||
21 | .br | ||
22 | /usr/local/etc/rc.d/ezjail | ||
23 | .SH "SEE ALSO" | ||
24 | ezjail-admin(1), ezjail.conf(5), jail(8), mount_nullfs(8) | ||
25 | .SH AUTHOR | ||
26 | Dirk Engling <erdgeist@erdgeist.org> | ||