Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bastille-list(8)	     System Manager's Manual		bastille-list(8)

NAME
     bastille list -- List jails, releases, templates and more...

SYNOPSIS
     bastille [-djpux] [all|backup|export|import|ip|jail
	      limit|log|path|port|priority|snapshot|state|template|type]

DESCRIPTION
     The bastille sub-command will list any of the above contents for you.

     bastille	     list	[-djpux]       [all|backup|export|import|ip|jail
	     limit|log|path|port|priority|snapshot|state|template|type]

     all     Deprecated. List jails in old Bastille format.

     backup|export|import
	     List jail backups in the backups directory.

     ip      List only the IP addresses of jails.

     jail    Print all jail names.

     limit   List all limits for all jails.

     log     List Bastille logs.

     path    List only the paths of jails.

     port    List only the published ports of jails.

     priority
	     List only the priority of jails.

     snapshot
	     List snapshots for all jails.

     state   List only the states of jails. Up or Down.

     template
	     List all templates in the templates directory.

     type    List only the jail type of jails.

     -d, --down
	     List stopped jails only.

     -j, --json
	     List jails or sub-arg(s) in json format.

     -p, --pretty
	     Print JSON in columns.

     -u, --up
	     List running jails only.

     -x, --debug
	     Enable debug mode.

     By default, the bastille sub-command will display a list of jails and  some
     important	info  if  called without any arguments. Use a combination of the
     above options and sub-args to achieve the desired outcome based on what in-
     formation you want to see.

EXAMPLES
     List default info:
	     bastille list

     List all releases:
	     bastille list releases

     List running jails by type in pretty json columns:
	     bastille list -jup type

SEE ALSO
     bastille.conf(5),	 bastille-bootstrap(8),   bastille-clone(8),   bastille-
     cmd(8),   bastille-config(8),   bastille-console(8),   bastille-convert(8),
     bastille-cp(8), bastille-create(8), bastille-destroy(8),  bastille-edit(8),
     bastille-etcupdate(8),  bastille-export(8),  bastille-htop(8), bastille-im-
     port(8),	 bastille-jcp(8),    bastille-limits(8),    bastille-migrate(8),
     bastille-monitor(8),   bastille-mount(8),	 bastille-network(8),  bastille-
     pkg(8),  bastille-rcp(8),	bastille-rdr(8),  bastille-rename(8),  bastille-
     restart(8),   bastille-service(8),   bastille-setup(8),  bastille-start(8),
     bastille-stop(8),	 bastille-sysrc(8),   bastille-tags(8),    bastille-tem-
     plate(8),	  bastille-top(8),    bastille-umount(8),    bastille-update(8),
     bastille-upgrade(8), bastille-verify(8), bastille-zfs(8)

FreeBSD ports 15.quarterly	December 6, 2025		bastille-list(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bastille-list&sektion=8&manpath=FreeBSD+Ports+15.1.quarterly>

home | help