Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison docs/man/man8/ftjail.rst @ 294:c2e2fed957ed
- Compute a dynmic list of manual pages
- Move the sources of the manual pages into a section-specific subdir
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 15:32:22 +0200 |
| parents | docs/man/ftjail.rst@73ac6bec36fe |
| children | 41f32fdbecf3 |
comparison
equal
deleted
inserted
replaced
| 293:73ac6bec36fe | 294:c2e2fed957ed |
|---|---|
| 1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- | |
| 2 | |
| 3 ftjail | |
| 4 ====== | |
| 5 | |
| 6 Synopsis | |
| 7 -------- | |
| 8 | |
| 9 **ftjail -hV** | |
| 10 | |
| 11 **ftjail subcommand** | |
| 12 | |
| 13 | |
| 14 Subcommands | |
| 15 ----------- | |
| 16 | |
| 17 :manpage:`ftjail-datasets-tmpl(8)` | |
| 18 | |
| 19 Create the ZFS template datasets | |
| 20 | |
| 21 :manpage:`ftjail-mount-tmpl(8)` | |
| 22 | |
| 23 Canonically mount the RO base and the RW skeleton | |
| 24 | |
| 25 :manpage:`ftjail-umount-tmpl(8)` | |
| 26 | |
| 27 Unmount mounted template datasets | |
| 28 | |
| 29 :manpage:`ftjail-interlink-tmpl(8)` | |
| 30 | |
| 31 Create symbolic links between the RO base and the RW skeleton | |
| 32 | |
| 33 :manpage:`ftjail-populate(8)` | |
| 34 | |
| 35 Populate a mounted base and skeleton | |
| 36 | |
| 37 :manpage:`ftjail-snapshot-tmpl(8)` | |
| 38 | |
| 39 Create a ZFS snapshot for base and skeleton | |
| 40 | |
| 41 :manpage:`ftjail-copy-skel(8)` | |
| 42 | |
| 43 Copy a ZFS skeleton recursively | |
| 44 | |
| 45 | |
| 46 Implementation Notes | |
| 47 -------------------- | |
| 48 | |
| 49 All commands with the exception of :command:`ftjail populate` require | |
| 50 ZFS as filesystem. | |
| 51 | |
| 52 | |
| 53 Environment | |
| 54 ----------- | |
| 55 | |
| 56 All environment variables that affect :command:`zfs` are effective also. |
