Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/ftjail.rst @ 323:e98bc7f40803
Man: Document the global options "-h" and "-V" in all affected manual pages
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 27 Nov 2022 20:42:37 +0100 |
| parents | 2102b46566f0 |
| children | fdbb78c54ffb |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- ftjail ====== Synopsis -------- **ftjail -hV** **ftjail subcommand** Description ----------- Management tool for Thin Jails: creation of base and skeleton datasets, mount and population helpers. The following global options are implemented: .. program:: ftjail .. option:: -h Print a short usage message to stdout and exit. .. option:: -V Print the program name and version number to stdout and exit. Subcommands ----------- :manpage:`ftjail-build-etcupdate-current-tmpl(8)` Build a "current" tree suitable for the default and extract mode of \"etcupdate\" :manpage:`ftjail-datasets-tmpl(8)` Create ZFS template datasets for new Thin Jails using base and skeleton :manpage:`ftjail-mount-tmpl(8)` Canonically mount the RO base and the RW skeleton of a Thin Jail :manpage:`ftjail-umount-tmpl(8)` Unmount mounted Thin Jail template datasets :manpage:`ftjail-interlink-tmpl(8)` Create proper symlinks for "skeleton" style Thin Jails :manpage:`ftjail-populate-tmpl(8)` Populate a prepared directory structure with the contents of a FreeBSD base system :manpage:`ftjail-snapshot-tmpl(8)` Recursively create ZFS snapshots of the RO base datasets and the RW skeleton datasets :manpage:`ftjail-copy-skel(8)` Copy a ZFS skeleton recursively Implementation Notes -------------------- All commands with the exception of :command:`ftjail populate-tmpl` and :command:`ftjail interlink-tmpl` require ZFS as filesystem. Environment ----------- All environment variables that affect :command:`zfs` are effective also.
