![]() |
![]()
| ![]() |
![]()
NAME
DESCRIPTIONA Template is a file that contains the jail(8) parameters used by a jail. Unlike jail.conf(5), this one is intended to be easily interpreted by both humans and computers. However, since the jail(8) utility reads a jail.conf(5) file, appjail-config(1) has the ability to convert a Template to a valid jail.conf(5) file. TOKENSOne or more words are separated by spaces. To use spaces in words, the word can be enclosed in single or double quotes. Single and double quotes can be escaped using a backslash character (‘\’). The backslash character followed by a character other than the quotation mark (depending on whether it is single or double) will write without escaping. Example 1:The string ‘"Hello, world" "Escaping \""’ will be tokenized as follows: Hello, world Escaping " Example 2:To escape a quote within a token, you must use the escape
character followed by the same type of quote (i.e. single or double quotes).
That's why the second token can't escape the quotes using a string such as
' \' FORMAT
SEE ALSOAUTHORSJesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
|