blob: cb477557e22370b55c945858806b03207e18df1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
======================================================================
JAILUTILS INSTALL
This software only works with FreeBSD jails. It should be installed
on the host system.
QUICK INSTALLATION:
# tar -zxvf jailutils-0.6.tar.gz
# ./configure
# make && make install
This installs the following commands onto your system:
FREEBSD 4.x - 5.0
killjail
jails
jstart
FREEBSD 5.1 ->
jid
jails
jstart
jkill
jps
See http://memberwebs.com/nielsen/freebsd/jails/jailutils/ for more info.
|