From 6b31a916c72f668cb751e210ad9a3595500ca9df Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Tue, 6 Jan 2015 12:09:39 +0100 Subject: [PATCH] Update commands.md --- commands.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/commands.md b/commands.md index 9710c83..5ff5395 100644 --- a/commands.md +++ b/commands.md @@ -148,6 +148,17 @@ ipsec stroke up [conn] # initiate connection [conn] ipsec stroke down [conn] # terminate connection [conn] ``` +# ezjail + +``` +ezjail-admin start|stop # start and stop all the jails +ezjail-admin start|stop |# start and stop individual jail +ezjail-admin list # list all the jails on the host system +ezjail-admin console | # open root shell into jail +ezjail-admin create -f exmaple # create a new jail +ezjail-admin delete -w hostname # delete the jail (in case you use zfs also delete the volume) +``` + # Common sysctl's to set ```