Andrew Boothman wrote: > This seems to be similar to the jailer command developed by Nate Nielsen. > > http://memberwebs.com/nielsen/freebsd/jails/jailer/ > or sysutils/jailer > > Andrew I've found jailer to be adequate for managing my jails. To shut a jail down, I have to jexec [jid] /bin/kill -9 -1, though, otherwise it stays in the jls list. --Devon