FreeBSD Jails: Difference between revisions
From DWIKI
m (→Documentation) |
No edit summary |
||
Line 20: | Line 20: | ||
Then enter jail 2 with your shell of choice | Then enter jail 2 with your shell of choice | ||
jexec 2 csh | jexec 2 csh | ||
==jls shows stopped jail== | |||
something is still in use. |
Revision as of 08:27, 20 February 2009
Documentation
- http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html
- Jails
- More Jails
- http://wiki.freebsd.org/Jails
FAQ
ln: /dev/log: Operation not permitted
How to see which jails are active?
jls
(dis) allow icmp
sysctl security.jail.allow_raw_sockets
enter a jail
Get the JID of the jail to enter
jls
Then enter jail 2 with your shell of choice
jexec 2 csh
jls shows stopped jail
something is still in use.