SJLS(1) General Commands Manual SJLS(1)
NAME
sjlslist active jails
SYNOPSIS
sjls [-hv] [-j jdb] file ...
DESCRIPTION
The sjls utility lists active jails. Without any arguments, it lists all jails. One may specify which jails to list as arguments. Each jail is represented by one row which contains the following columns: jail identifier (JID), primary IPV4 address (if applicable), hostname, path, and (if applicable) primary IPV6 address. This utility lists jails started with both sysjail(1) and jail(1).
-h
Print a help message and exit.
-j jdb
Specify an alternative jail database. Defaults to /var/db/sysjail.db.
-v
Print version information and exit.
EXIT STATUS
The sjls utility returns 0 on success or 1 on failure. Failure may leave a corrupt jail database.
SEE ALSO
AUTHORS
The sjls utility was written by Kristaps Dzonsons ⟨kristaps@bsd.lv⟩. Manual page description copied from FreeBSD's jls(8).