summaryrefslogtreecommitdiff
path: root/man5/ezjail.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/ezjail.5')
-rwxr-xr-xman5/ezjail.526
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
3ezjail \- A simple jail setup framework
4.SH SYNOPSIS
5/usr/local/etc/rc.d/ezjail
6.SH DESCRIPTION
7The ezjail framework provides a simple way to create many virtual FreeBSD
8servers by using FreeBSD's jail system. It requires little administration
9effort and aims for minimum system resource usage.
10
11If you are not familiar with the FreeBSD jail concept, refer to jail(8).
12.SH OVERVIEW
13One
14.I base jail
15is filled with most userland binaries and libraries and then mounted
16readonly 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"
24ezjail-admin(1), ezjail.conf(5), jail(8), mount_nullfs(8)
25.SH AUTHOR
26Dirk Engling <erdgeist@erdgeist.org>