1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
John-Paul Bader
2015-01-07 10:37:25 +01:00
parent 6b31a916c7
commit c64d80399f

View File

@ -155,7 +155,7 @@ ezjail-admin start|stop # start and stop all the jails
ezjail-admin start|stop <JID>|<hostname># start and stop individual jail ezjail-admin start|stop <JID>|<hostname># start and stop individual jail
ezjail-admin list # list all the jails on the host system ezjail-admin list # list all the jails on the host system
ezjail-admin console <JID>|<hostname> # open root shell into jail ezjail-admin console <JID>|<hostname> # open root shell into jail
ezjail-admin create -f exmaple <IP> <hostname> # create a new jail ezjail-admin create -f exmaple <hostname> <IP> # create a new jail
ezjail-admin delete -w hostname # delete the jail (in case you use zfs also delete the volume) ezjail-admin delete -w hostname # delete the jail (in case you use zfs also delete the volume)
``` ```