Jails: Difference between revisions

From Hackepedia
Jump to navigationJump to search
Created page with "FreeBSD Jails are a fancy chroot so that someone using the jail can have root access and still not have complete control over the server that provides the jail infrastructure. S..."
 
dual stacks are possible now. I use them.
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
FreeBSD Jails are a fancy chroot so that someone using the jail can have root access and still not have complete control over the server that provides the jail infrastructure.
[[FreeBSD]] Jails are a fancy [[chroot]] so that someone using the jail can have root access and still not have complete control over the server that provides the jail infrastructure.


Similar to Solaris containers.
Similar to Solaris containers.
An easy way to set up jails is to use the ezjail port found in the /usr/ports directory.

Latest revision as of 07:38, 1 November 2012

FreeBSD Jails are a fancy chroot so that someone using the jail can have root access and still not have complete control over the server that provides the jail infrastructure.

Similar to Solaris containers.

An easy way to set up jails is to use the ezjail port found in the /usr/ports directory.