GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
APPJAIL-CONFIG(1) FreeBSD General Commands Manual APPJAIL-CONFIG(1)

appjail-configConfiguration utiliy for templates

appjail-config check [-qV] [-j jail|-t template]

appjail-config edit [-j jail|-t template]

appjail-config del [-iPV] [-r row] [-j jail|-t template] parameter

appjail-config delAll [-j jail|-t template]

appjail-config delColumn [-iPV] [-c column] [-r row] [-j jail|-t template] parameter

appjail-config get [-CiPV] [-N|-n] [-r row] [-j jail|-t template] parameter

appjail-config getAll [-R|-r] [-j jail|-t template]

appjail-config getColumn [-CiPpV] [-c column] [-r row] [-j jail|-t template] parameter

appjail-config help [command]

appjail-config jailConf [-n name] [-o output] -j jail

appjail-config jailConf [-o output] -n name -t template

appjail-config set [-IV] [-A [0|1]] [-R [0|1]] [-r row] [-j jail|-t template] parameter[=value]

appjail-config setColumn [-AV] [-c column] [-r row] [-j jail|-t template] parameter[=value]

appjail-config usage command

The appjail-config utility adds, deletes, gets, checks parameters or columns, or basically manipulates a template from command-line, very useful for scripting.

The options are as follows:

[-qV] [-j jail|-t template]
Check for invalid parameters, template syntax and other related issues.
If there is an error, a non-zero value is returned.
Do not validate if the template's parameters are valid against a list extracted from jail(8).
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-j jail|-t template]
The program specified by the EDITOR environment variable is open to edit the template.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-iPV] [-r row] [-j jail|-t template] parameter
Delete parameter.
Ignore unknown parameters.
Delete all matching rows, not just one. The -r parameter is ignored.
Do not validate if parameter is valid against a list extracted from jail(8) nor validate if parameter is a correct variable.
row
Limit matching with row. The default is 0.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-j jail|-t template]
Delete all parameters.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-iPV] [-c column] [-r row] [-j jail|-t template] parameter
Delete the parameter's column.
Ignore unknown parameters, as well as columns.
Delete all matching rows, not just one. The -r parameter is ignored.
Do not validate if parameter is valid against a list extracted from jail(8) nor validate if parameter is a correct variable.
column
Limit matching with column. The default is 0.
row
Limit matching with row. The default is 0.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-CiPV] [-N|-n] [-r row] [-j jail] [-j jail|-t template] parameter
Get the parameter's value
Returns 0 if parameter exists, otherwise, a non-zero value is returned.
Ignore unknown parameters.
Dump all matching rows, not just one. The -r parameter is ignored.
Do not validate if parameter is valid against a list extracted from jail(8) nor validate if parameter is a correct variable.
[-N|-n]
Dump only the parameters (-N) or the values (-n).
[-r row]
Limit matching with row. The default is 0.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-R|-r] [-j jail|-t template]
Delete all parameters.
[-R|-r]
Show (-r) only the required parameters or return (-R) 0 if template has required parameters.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-CiPpV] [-c column] [-r row] [-j jail|-t template] parameter
Get column's value from parameter.
Returns 0 if parameter and column exists, otherwise, a non-zero value is returned.
Ignore unknown parameters, as well as columns.
Dump all matching rows, not just one. The -r parameter is ignored.
Dump all matching columns, not just one. The -c parameter is ignored.
Do not validate if parameter is valid against a list extracted from jail(8) nor validate if parameter is a correct variable.
column
Limit matching with column. The default is 0.
row
Limit matching with row. The default is 0.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[command]
List commands with a brief description and, if command is specified, display help information.
[-n name] [-o output] -j jail | [-o output] -n name -t template
Convert a template to a jail.conf(5) file.
name
Jail name.

Optional if -j is specified.

output
Output file. (default) is used if output is -.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-IV] [-A [0|1]] [-R [0|1]] [-r row] [-j jail|-t template] parameter[=value]
Update a value of an existing parameter or create a new one.
Insert parameter as a new row ignoring the -r parameter.
Do not validate if parameter is valid against a list extracted from jail(8) nor validate if parameter is a correct variable.
[0|1]
If 1, mark parameter as an append parameter (), otherwise parameter is unmarked.
[0|1]
If 1, mark parameter as a required parameter, otherwise parameter is unmarked.
row
Limit matching with row.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
[-AV] [-c column] [-r row] [-j jail|-t template] parameter [=value]
Update a column's value in a parameter or create a new one.
Append value as a new column in parameter with row.
The -c parameter is ignored.
Do not validate if parameter is valid against a list extracted from jail(8) nor validate if parameter is a correct variable.
column
Limit matching with column.
row
Limit matching with row.
[-j jail|-t template]
Use the jail's template (-j) or the specified template (-t).
command
Show the syntax of a given command.

The appjail-config utility exits 0 on success, and >0 if an error occurs.

sysexits(3) appjail-template(5)

Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>

April 7, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.