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-LABEL(1) FreeBSD General Commands Manual APPJAIL-LABEL(1)

appjail-labelAdd metadata to jails

appjail label add jail label [value]

appjail label get [-eHIpt] -l label jail [keyword ...]

appjail label list [-eHIpt] [-l label] jail [keyword ...]

appjail label remove jail label

The utility adds metadata known as labels to jails, which are technically a key-value pair object. This helps it integrate better with third-party tools that use jails created by AppJail.

A label key is valid when the first and last letters is alphabetic, then the rest of the letters are alphanumeric and lowercase and can have a period or a hyphen but not consecutive.

The options are as follows:

jail label [value]
Add a new label to jail.
[-eHIpt] -l label jail [keyword ...]
Get information about jail's label, that is, the keyword that represent the information to be obtained. Multiple keywords can be specified, which are displayed as a table-like interface in the order in which they are specified. If no keyword is specified, the defaults are name and value.

See KEYWORDS for a list of available keywords.

Not required when using -p. The \t character is used to delimit columns, so as not to show strange values, this option shows instead of \t in the case that a value contains the latter.
Shows the name of the columns.
Include empty values. By default, a minus sign is displayed when a value is empty.
Columnate the list.
Tabulate columns and values.
[-eHIpt] [-l label] jail [keyword ...]
get but shows each keyword for each label in a nice table.
, -H, -I, -p, -t
get.
label
label.
jail label
Remove a label.

Label name.
Label value.

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

sysexits(3)

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

April 27, 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.