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

FreeBSD Manual Pages

  
 
  

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

NAME
       appjail-sysrc --	Safely edit system rc files within a jail

SYNOPSIS
       appjail sysrc all [-e] target [args ...]
       appjail sysrc jail jail [args ...]
       appjail sysrc local jail	[args ...]

DESCRIPTION
       The appjail sysrc utility is a wrapper of the sysrc(8) command for man-
       aging rc	files, i.e. retrieve rc.conf(5)	variables and allows processes
       to change values	in a safe and effective	manner.

       all  is used to run sysrc(8) in all existing jails. If -e is specified,
       appjail sysrc exits when	 sysrc(8)  returns  a  non-zero	 exit  status.
       target is any of	the subcommands	described below.

       jail is used to run sysrc(8) in a given jail.

       local is	used to	run sysrc(8) in	the jail directory from	the host.

EXIT STATUS
       The  appjail  sysrc  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_DATAERR:
	      jail is invalid.
	      An invalid subcommand was specified.
       -   EX_NOINPUT: jail cannot be found.

SEE ALSO
       sysexits(3) sysrc(8)

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

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

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

home | help