blob: ae1b95bec38a9cee218536db351be585b60b791b (
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-1.0.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.
|