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

FreeBSD Manual Pages

  
 
  

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

NAME
     appjail-enabled -- Get the value for a given enabled parameter

SYNOPSIS
     appjail enabled jail start [-I|-c|-i|-s|-t|-V]
     appjail enabled jail stop [-I|-i|-p|-V]
     appjail enabled jail run [-i|-p|-V]

DESCRIPTION
     The  appjail enabled utility retrieves the values of the parameters defined
     by appjail-enable(1).  The -I parameter does not have a value, but  returns
     1	if  the  InitScript  should not be executed in commands such as appjail-
     start(1) and appjail-stop(1).

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

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

SEE ALSO
     appjail-disable(1)  appjail-enable(1)  appjail-run(1) appjail-start(1) app-
     jail-stop(1) sysexits(3)

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

FreeBSD ports 15.quarterly	 March 27, 2024 	      APPJAIL-ENABLED(1)

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

home | help