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

appjail-volumeVolume management for jails

appjail volume add [-g gid] [-m mountpoint] [-o uid] [-p mode] [-t type] jail volume

appjail volume get [-eHIpt] -v volume jail [keyword ...]

appjail volume list [-eHIpt] [-v volume] jail [keyword ...]

appjail volume remove jail volume

The utility implements together with appjail-fstab(1) the pseudo-filesystem . See appjail-fstab(1) for more details.

The options are as follows:

[-g gid] [-m mountpoint] [-o uid] [-p mode] [-t type] jail volume
Add a new volume to jail. If volume already exists, an error occurs.
gid
volume's group ID.
mountpoint
Path within the jail to mount the volume. The default is /volume.
uid
volume's user ID.
mode
volume's file mode.
type
File system type. The default is .
[-eHIpt] -v volume jail [keyword ...]
Get information about jail's volume, 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, mountpoint, type, uid, gid and perm.

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] [-v volume] jail [keyword ...]
get but shows each keyword for each volume in a nice table.
, -H, -I, -p, -t
get.
volume
volume.
jail volume
Remove jail's volume.

Volume name.
Path within the jail to mount the volume.
File system type.
volume's user ID.
volume's group ID.
volume's file mode.

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

appjail-fstab(1) sysexits(3)

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

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