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

FreeBSD Manual Pages

  
 
  

home | help
APPJAIL-STATUS(1)	    General Commands Manual	     APPJAIL-STATUS(1)

NAME
       appjail-status -- Show the status of a jail

SYNOPSIS
       appjail status [-q] jail

DESCRIPTION
       The  appjail  status  utility  shows whether a given jail is started or
       stopped.	For a jail to be considered started, it	must have been created
       and started using the appropriate AppJail commands.

       If -q is	specified, messages are	suppressed, but	you can	use the	return
       code in any case.

       The appjail status utility returns 0 if jail is started;	 otherwise,  a
       non-zero	value is returned.

EXIT STATUS
       The  appjail  status utility exits 0 on success,	and >0 if an error oc-
       curs.  It may fail for one of the following reasons:

       -   EX_USAGE: The command was used incorrectly.
       -   EX_NOINPUT: jail cannot be found.
       -   EX_DATAERR: jail is invalid.

SEE ALSO
       appjail-jail(1) appjail-start(1)

AUTHORS
       Jess Daniel Colmenares Oviedo <DtxdF@disroot.org>

FreeBSD	Ports 14.quarterly	March 23, 2024		     APPJAIL-STATUS(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=appjail-status&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help