jail-create.md 548 B

Name

jail-create - create a new jail

Synopsis

$ jail-create <name>

Description

jail-create creates a new jail, with a specified name

Options

  • -p, --pid-isolation: Use PID-isolation (as a custom isolation option)

Examples

# Create jail with the name "test-jail", with no PID isolation
$ jail-create test-jail

# Create jail with the name "test-jail", with PID isolation
$ jail-create -p test-jail

See also

  • jail-attach(1)
  • lsjails(1)