summaryrefslogtreecommitdiff
path: root/man1/ezjail-admin.1
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-10-14 16:22:05 +0000
committererdgeist <erdgeist@erdgeist.org>2005-10-14 16:22:05 +0000
commit709e87e5dc2b124287a96d10ad70d955574ad99e (patch)
treec4659d5f10572672290a72d7a49a3803c9fbac14 /man1/ezjail-admin.1
parent75b1c0589489b2c4418239f71c4798f9150ee77d (diff)
Last cleanups before committingRELEASE_1_0
Diffstat (limited to 'man1/ezjail-admin.1')
-rwxr-xr-xman1/ezjail-admin.113
1 files changed, 7 insertions, 6 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index 56cd15c..8e42e46 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -38,23 +38,24 @@ in situations where you just want to alter some of a jail properties and
38called ezjail-admin delete without the -w option before. However, sanity 38called ezjail-admin delete without the -w option before. However, sanity
39checks are being performed. 39checks are being performed.
40 40
41It then creates an entry in its /etc/ezjail directory allowing the 41It then creates an entry in its etc/ezjail/ resource directory allowing
42jail to be brought up after next reboot. 42the jail to be brought up after next reboot.
43 43
44If the ezjail_mount_enable option is set, a /etc/fstab.hostname is 44If the ezjail_mount_enable option is set, a /etc/fstab.hostname is
45generated, allowing the basejail to be auto-mounted when the jail starts 45generated, allowing the basejail to be auto-mounted when the jail starts
46up. 46up.
47 47
48Options for newly created jails are read from ezjail.conf, refer to 48Options for newly created jails are read from
49ezjail.conf(5) for more information. 49.B ezjail.conf,
50refer to ezjail.conf(5) for more information.
50.SH ezjail-admin delete 51.SH ezjail-admin delete
51removes a jail from ezjails /etc/ezjail resource directory thus preventing 52removes a jail from ezjails etc/ezjail/ resource directory thus preventing
52it from being brought up on next reboot. 53it from being brought up on next reboot.
53 54
54It then removes the /etc/fstab.hostname entry, if it exists. 55It then removes the /etc/fstab.hostname entry, if it exists.
55 56
56If the -w (wipe) option is given, the directory pointed to by the jail 57If the -w (wipe) option is given, the directory pointed to by the jail
57root entry is removed as well as the soft link, if necessary. 58root entry is removed as well as the soft link in ezjails root dir.
58.SH ezjail-admin list 59.SH ezjail-admin list
59lists all jails inside ezjails scope, together with some information on 60lists all jails inside ezjails scope, together with some information on
60them. 61them.