Table of Contents

Name

jls -- list active jails

Synopsis

jls

Description

The jls utility lists all active jails. Each jail is represented by one row which contains the following columns: jail identifier (JID), IPV4 address, hostname, and path. This utility lists jails started with both sysjail(1) and jail(1) .

Return Values

The jls utility returns 0 on success or 1 on failure. Failure may leave a corrupt jail database.

Files

Database file is a btree at /var/db/sysjal.db.

See Also

sysjail(3) , jail(1) , sysjail(1) , sjls(1)

Authors

The jls utility was written by Kristaps Dzonsons for the bsd.lv project. Manual page description copied from FreeBSD's jls(8) .


Table of Contents