blob: 9b639c70647e443a66373205a367fda99a755149 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
This is a collection of utilities for listing, stopping, and doing other
various things with jails.
- injail: to determine if process is running in a jail
- jails: lists all the running jails
- jid: translates jail ids to jail host names and vice versa
- jkill: shutdown or restart a jail
- jps: lists processes running in a jail
- jstart: secure replacement for the jail command
|