From 7351e2a037bda8f36aaa6ae249662acf4531a441 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 13 Jan 2026 00:19:20 +0000 Subject: [PATCH] Update cheatsheets --- tldr/jj-abandon | 2 +- tldr/jj-absorb | 2 +- tldr/jj-bookmark | 2 +- tldr/jj-commit | 2 +- tldr/jj-describe | 2 +- tldr/jj-diff | 2 +- tldr/jj-diffedit | 2 +- tldr/jj-duplicate | 2 +- tldr/jj-edit | 2 +- tldr/jj-evolog | 2 +- tldr/jj-git | 2 +- tldr/jj-git-clone | 2 +- tldr/jj-git-fetch | 2 +- tldr/jj-git-init | 2 +- tldr/jj-git-push | 2 +- tldr/jj-git-remote | 2 +- tldr/jj-interdiff | 2 +- tldr/jj-log | 2 +- tldr/jj-new | 2 +- tldr/jj-next | 2 +- tldr/jj-operation | 2 +- tldr/jj-parallelize | 2 +- tldr/jj-prev | 2 +- tldr/jj-rebase | 2 +- tldr/jj-resolve | 2 +- tldr/jj-restore | 2 +- tldr/jj-revert | 2 +- tldr/jj-show | 2 +- tldr/jj-simplify-parents | 2 +- tldr/jj-split | 2 +- tldr/jj-squash | 2 +- tldr/jj-status | 2 +- tldr/jj-undo | 2 +- tldr/linux/apptainer-build | 6 +-- tldr/linux/apptainer-delete | 4 +- tldr/linux/apptainer-pull | 2 +- tldr/linux/apptainer-push | 4 +- tldr/linux/apptainer-sign | 1 + tldr/linux/apptainer-verify | 42 +++++++++++++++++++++ tldr/linux/systemctl-cancel | 2 +- tldr/linux/systemctl-cat | 2 +- tldr/linux/systemctl-daemon-reexec | 2 +- tldr/linux/systemctl-daemon-reload | 2 +- tldr/linux/systemctl-default | 2 +- tldr/linux/systemctl-disable | 2 +- tldr/linux/systemctl-edit | 2 +- tldr/linux/systemctl-emergency | 2 +- tldr/linux/systemctl-enable | 2 +- tldr/linux/systemctl-exit | 2 +- tldr/linux/systemctl-freeze | 2 +- tldr/linux/systemctl-get-default | 2 +- tldr/linux/systemctl-halt | 2 +- tldr/linux/systemctl-help | 2 +- tldr/linux/systemctl-hibernate | 2 +- tldr/linux/systemctl-hybrid-sleep | 2 +- tldr/linux/systemctl-is-active | 2 +- tldr/linux/systemctl-is-enabled | 2 +- tldr/linux/systemctl-is-failed | 2 +- tldr/linux/systemctl-is-system-running | 2 +- tldr/linux/systemctl-isolate | 2 +- tldr/linux/systemctl-kexec | 2 +- tldr/linux/systemctl-kill | 2 +- tldr/linux/systemctl-link | 2 +- tldr/linux/systemctl-list-automounts | 2 +- tldr/linux/systemctl-list-jobs | 2 +- tldr/linux/systemctl-list-machines | 2 +- tldr/linux/systemctl-list-paths | 2 +- tldr/linux/systemctl-list-sockets | 2 +- tldr/linux/systemctl-list-timers | 2 +- tldr/linux/systemctl-list-unit-files | 2 +- tldr/linux/systemctl-list-units | 2 +- tldr/linux/systemctl-log-level | 2 +- tldr/linux/systemctl-log-target | 2 +- tldr/linux/systemctl-mask | 2 +- tldr/linux/systemctl-poweroff | 2 +- tldr/linux/systemctl-preset | 2 +- tldr/linux/systemctl-preset-all | 2 +- tldr/linux/systemctl-reboot | 2 +- tldr/linux/systemctl-reenable | 2 +- tldr/linux/systemctl-reload-or-restart | 2 +- tldr/linux/systemctl-rescue | 2 +- tldr/linux/systemctl-reset-failed | 2 +- tldr/linux/systemctl-restart | 2 +- tldr/linux/systemctl-revert | 2 +- tldr/linux/systemctl-service-log-level | 2 +- tldr/linux/systemctl-service-log-target | 2 +- tldr/linux/systemctl-service-watchdogs | 2 +- tldr/linux/systemctl-set-default | 2 +- tldr/linux/systemctl-set-environment | 2 +- tldr/linux/systemctl-set-property | 2 +- tldr/linux/systemctl-show | 2 +- tldr/linux/systemctl-show-environment | 2 +- tldr/linux/systemctl-soft-reboot | 2 +- tldr/linux/systemctl-start | 2 +- tldr/linux/systemctl-status | 2 +- tldr/linux/systemctl-stop | 2 +- tldr/linux/systemctl-suspend | 2 +- tldr/linux/systemctl-suspend-then-hibernate | 2 +- tldr/linux/systemctl-switch-root | 2 +- tldr/linux/systemctl-thaw | 2 +- tldr/linux/systemctl-try-reload-or-restart | 2 +- tldr/linux/systemctl-try-restart | 2 +- tldr/linux/systemctl-unmask | 2 +- tldr/linux/systemctl-unset-environment | 2 +- tldr/linux/systemctl-whoami | 2 +- tldr/linux/waypipe | 2 +- 106 files changed, 151 insertions(+), 108 deletions(-) create mode 100644 tldr/linux/apptainer-verify diff --git a/tldr/jj-abandon b/tldr/jj-abandon index 2df12a86..9b8e545b 100644 --- a/tldr/jj-abandon +++ b/tldr/jj-abandon @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Abandon a revision, rebasing descendants onto its parent(s). > Abandoning a revision removes its associated change ID. -> More information: . +> More information: . - Abandon revisions specified by given revsets (e.g. `B::D`, `A..D`, `B|C|D`, etc.): diff --git a/tldr/jj-absorb b/tldr/jj-absorb index 23b868d5..0193f5b9 100644 --- a/tldr/jj-absorb +++ b/tldr/jj-absorb @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Split changes in the source revision and move each change to the closest mutable ancestor where the corresponding lines were modified last. > Changes that have zero or multiple matching regions in ancestral revisions won't be moved. -> More information: . +> More information: . - Move all eligible and unambiguous changes from a revision to other revisions automatically: diff --git a/tldr/jj-bookmark b/tldr/jj-bookmark index deadf4dd..5ec50d02 100644 --- a/tldr/jj-bookmark +++ b/tldr/jj-bookmark @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Manage bookmarks in a `jj` repository. > When using a Git backend, bookmarks correspond to Git branches. -> More information: . +> More information: . - Create a new bookmark at the given revision: diff --git a/tldr/jj-commit b/tldr/jj-commit index 1ab1b650..5d468644 100644 --- a/tldr/jj-commit +++ b/tldr/jj-commit @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj commit > Update the description and create a new change on top. -> More information: . +> More information: . - Open editor to write the commit message and then create a new empty commit on top: diff --git a/tldr/jj-describe b/tldr/jj-describe index ec16190a..9cf7d24a 100644 --- a/tldr/jj-describe +++ b/tldr/jj-describe @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj describe > Update the change description or other metadata. -> More information: . +> More information: . - Update the description of the current change: diff --git a/tldr/jj-diff b/tldr/jj-diff index 17eb477c..601a80cc 100644 --- a/tldr/jj-diff +++ b/tldr/jj-diff @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj diff > Compare file contents between two revisions. -> More information: . +> More information: . - Show changes of current revision: diff --git a/tldr/jj-diffedit b/tldr/jj-diffedit index f5834d96..50435b38 100644 --- a/tldr/jj-diffedit +++ b/tldr/jj-diffedit @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj diffedit > Touch up the content changes in a revision with a diff editor. -> More information: . +> More information: . - Edit changes in the current revision with a diff editor: diff --git a/tldr/jj-duplicate b/tldr/jj-duplicate index fbd4da84..438c42e6 100644 --- a/tldr/jj-duplicate +++ b/tldr/jj-duplicate @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj duplicate > Create new changes with the same content as existing ones. -> More information: . +> More information: . - Duplicate the current revision onto its existing parent: diff --git a/tldr/jj-edit b/tldr/jj-edit index 8873fcfa..70fd18ec 100644 --- a/tldr/jj-edit +++ b/tldr/jj-edit @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Set the specified revision as the working-copy revision. > Note: It is generally recommended to instead use `jj new` and `jj squash`. -> More information: . +> More information: . - Set the given revision as the working copy: diff --git a/tldr/jj-evolog b/tldr/jj-evolog index 708c1b71..791d92de 100644 --- a/tldr/jj-evolog +++ b/tldr/jj-evolog @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj evolog > Show how a change has evolved over time, listing the previous commits it has pointed to. -> More information: . +> More information: . - Show how a revision has evolved over time: diff --git a/tldr/jj-git b/tldr/jj-git index b5715afc..cc3ff4f5 100644 --- a/tldr/jj-git +++ b/tldr/jj-git @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj git > Run Git-related commands for a `jj` repository. -> More information: . +> More information: . - Create a new Git backed repository: diff --git a/tldr/jj-git-clone b/tldr/jj-git-clone index 307edf3b..58b8c013 100644 --- a/tldr/jj-git-clone +++ b/tldr/jj-git-clone @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Create a new repo backed by a clone of a Git repo. > Note: Unless `--colocate` is used, it is not a valid Git repository and `git` commands can't be used on it. -> More information: . +> More information: . - Create a new repo backed by a clone of a Git repo into a new directory (the default directory is the repository name): diff --git a/tldr/jj-git-fetch b/tldr/jj-git-fetch index 17961a5b..87796e2e 100644 --- a/tldr/jj-git-fetch +++ b/tldr/jj-git-fetch @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj git fetch > Fetch from a Git remote, downloading objects and refs from the remote repository. -> More information: . +> More information: . - Fetch the latest changes from the default remote repository: diff --git a/tldr/jj-git-init b/tldr/jj-git-init index 6d792d14..49a55e66 100644 --- a/tldr/jj-git-init +++ b/tldr/jj-git-init @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Create a new Git backed Jujutsu repo. > Note: Unless `--colocate` is used, it is not a valid Git repository and `git` commands can't be used on it. -> More information: . +> More information: . - Create a new Git backed repo in the current directory: diff --git a/tldr/jj-git-push b/tldr/jj-git-push index f9644050..abc23d79 100644 --- a/tldr/jj-git-push +++ b/tldr/jj-git-push @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj git push > Push to a Git remote. -> More information: . +> More information: . - Push a bookmark to the given remote (defaults to `git.push` setting): diff --git a/tldr/jj-git-remote b/tldr/jj-git-remote index 3b17f536..56d78c23 100644 --- a/tldr/jj-git-remote +++ b/tldr/jj-git-remote @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj git remote > Manage Git remotes. -> More information: . +> More information: . - List all Git remotes: diff --git a/tldr/jj-interdiff b/tldr/jj-interdiff index d0dfbd16..0890b437 100644 --- a/tldr/jj-interdiff +++ b/tldr/jj-interdiff @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj interdiff > Compare changes of two revisions. -> More information: . +> More information: . - Compare changes from a revision to the working copy: diff --git a/tldr/jj-log b/tldr/jj-log index 58ff4615..c74e9a71 100644 --- a/tldr/jj-log +++ b/tldr/jj-log @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj log > Show revision history as a graph. -> More information: . +> More information: . - Show revision history as a graph: diff --git a/tldr/jj-new b/tldr/jj-new index 9ba294f0..da907e44 100644 --- a/tldr/jj-new +++ b/tldr/jj-new @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj new > Create a new empty change. -> More information: . +> More information: . - Create a new empty change on top of current revision: diff --git a/tldr/jj-next b/tldr/jj-next index 66aadae1..f48132ce 100644 --- a/tldr/jj-next +++ b/tldr/jj-next @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj next > Move the working-copy commit to a child revision. -> More information: . +> More information: . - Move the working-copy commit to the next child revision: diff --git a/tldr/jj-operation b/tldr/jj-operation index 6293e63e..e6a17805 100644 --- a/tldr/jj-operation +++ b/tldr/jj-operation @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj operation > Work with the operation log of a `jj` repository. -> More information: . +> More information: . - Show operation log: diff --git a/tldr/jj-parallelize b/tldr/jj-parallelize index 5996a38d..6e66f7e3 100644 --- a/tldr/jj-parallelize +++ b/tldr/jj-parallelize @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj parallelize > Parallelize revisions by making them siblings. -> More information: . +> More information: . - Parallelize given revisions: diff --git a/tldr/jj-prev b/tldr/jj-prev index cf1a3d3d..b947a559 100644 --- a/tldr/jj-prev +++ b/tldr/jj-prev @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj prev > Move the working-copy commit to a parent revision. -> More information: . +> More information: . - Move the working-copy commit to the previous parent revision: diff --git a/tldr/jj-rebase b/tldr/jj-rebase index 7f8cba21..cb07a42c 100644 --- a/tldr/jj-rebase +++ b/tldr/jj-rebase @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj rebase > Move revisions to different parent(s). -> More information: . +> More information: . - Move given revisions to a different parent(s): diff --git a/tldr/jj-resolve b/tldr/jj-resolve index 8d70e2ed..937c80fa 100644 --- a/tldr/jj-resolve +++ b/tldr/jj-resolve @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj resolve > Resolve conflicted files with an external merge tool. -> More information: . +> More information: . - Resolve all conflicts: diff --git a/tldr/jj-restore b/tldr/jj-restore index 19852e7a..ae5b6c75 100644 --- a/tldr/jj-restore +++ b/tldr/jj-restore @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj restore > Restore files from another revision. -> More information: . +> More information: . - Restore files from a revision into another revision: diff --git a/tldr/jj-revert b/tldr/jj-revert index 37ccc95b..78de197a 100644 --- a/tldr/jj-revert +++ b/tldr/jj-revert @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj revert > Apply the reverse of the given revision(s). -> More information: . +> More information: . - Apply the reverse of the revisions specified by the given revsets (e.g. `B::D`, `A..D`, `B|C|D`, etc.): diff --git a/tldr/jj-show b/tldr/jj-show index 00500c21..96f40183 100644 --- a/tldr/jj-show +++ b/tldr/jj-show @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj show > Show commit description and changes in a revision. -> More information: . +> More information: . - Show commit description and changes in a revision: diff --git a/tldr/jj-simplify-parents b/tldr/jj-simplify-parents index b25b0f5c..e81ee5f9 100644 --- a/tldr/jj-simplify-parents +++ b/tldr/jj-simplify-parents @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Simplify parent edges for the specified revision(s). > For example, "A -> B -> C | A -> C" gets simplified to "A -> B -> C". -> More information: . +> More information: . - Simplify parent edges of given revisions: diff --git a/tldr/jj-split b/tldr/jj-split index 55050acf..6bc32668 100644 --- a/tldr/jj-split +++ b/tldr/jj-split @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj split > Split a revision in two. -> More information: . +> More information: . - Split the given revision into two interactively, putting the second revision on top of it: diff --git a/tldr/jj-squash b/tldr/jj-squash index 3288200f..deea76d1 100644 --- a/tldr/jj-squash +++ b/tldr/jj-squash @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj squash > Move changes from a revision into another revision. -> More information: . +> More information: . - Move all changes from current revision to its parent: diff --git a/tldr/jj-status b/tldr/jj-status index 67191583..60d9f601 100644 --- a/tldr/jj-status +++ b/tldr/jj-status @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Show high-level repository status. > This includes the working copy commit and its parents, and a summary of the changes in the working copy and any existing conflicts in the working copy. -> More information: . +> More information: . - Show high-level status of the repository: diff --git a/tldr/jj-undo b/tldr/jj-undo index 239b0432..2538d4ad 100644 --- a/tldr/jj-undo +++ b/tldr/jj-undo @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # jj undo > Undo the most recent recorded operation in a `jj` repository. -> More information: . +> More information: . - Undo the last operation: diff --git a/tldr/linux/apptainer-build b/tldr/linux/apptainer-build index 05fa59af..acfb6da9 100644 --- a/tldr/linux/apptainer-build +++ b/tldr/linux/apptainer-build @@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git `apptainer build {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}` -- Build a writable [s]andbox directory instead of an image file: +- Build a writable sandbox directory instead of an image file: `apptainer build {{[-s|--sandbox]}} {{path/to/directory}} docker://{{image}}:{{tag}}` @@ -28,11 +28,11 @@ source: https://github.com/tldr-pages/tldr.git `apptainer build --disable-cache {{path/to/image.sif}} docker://{{image}}:{{tag}}` -- [F]orce overwrite an existing image file: +- Force overwrite an existing image file: `apptainer build {{[-F|--force]}} {{path/to/image.sif}} {{path/to/definition.def}}` -- Build using [f]akeroot for unprivileged builds: +- Build using fakeroot for unprivileged builds: `apptainer build {{[-f|--fakeroot]}} {{path/to/image.sif}} {{path/to/definition.def}}` diff --git a/tldr/linux/apptainer-delete b/tldr/linux/apptainer-delete index 6c4af781..5875f8be 100644 --- a/tldr/linux/apptainer-delete +++ b/tldr/linux/apptainer-delete @@ -14,9 +14,9 @@ source: https://github.com/tldr-pages/tldr.git - Delete an image for a specific architecture: -`apptainer delete --arch {{amd64|arm64|ppc64le}} library://{{user/collection/container}}:{{tag}}` +`apptainer delete {{[-A|--arch]}} {{amd64|arm64|ppc64le}} library://{{user/collection/container}}:{{tag}}` -- [F]orce delete an image without confirmation: +- Force delete an image without confirmation: `apptainer delete {{[-F|--force]}} library://{{user/collection/container}}:{{tag}}` diff --git a/tldr/linux/apptainer-pull b/tldr/linux/apptainer-pull index 919c2416..a24511f9 100644 --- a/tldr/linux/apptainer-pull +++ b/tldr/linux/apptainer-pull @@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git `apptainer pull --arch {{amd64|arm64|ppc64le}} {{path/to/image.sif}} library://{{image}}:{{tag}}` -- [F]orce overwrite an existing image file: +- Force overwrite an existing image file: `apptainer pull {{[-F|--force]}} {{path/to/image.sif}} docker://{{image}}:{{tag}}` diff --git a/tldr/linux/apptainer-push b/tldr/linux/apptainer-push index 9f5a9993..08d861c2 100644 --- a/tldr/linux/apptainer-push +++ b/tldr/linux/apptainer-push @@ -17,11 +17,11 @@ source: https://github.com/tldr-pages/tldr.git `apptainer push {{path/to/image.sif}} oras://{{registry/namespace/image}}:{{tag}}` -- Push an [U]nsigned container (skip signature verification): +- Push an unsigned container (skip signature verification): `apptainer push {{[-U|--allow-unsigned]}} {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}` -- Push a container with a [D]escription (library only): +- Push a container with a description (library only): `apptainer push {{[-D|--description]}} "{{description}}" {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}` diff --git a/tldr/linux/apptainer-sign b/tldr/linux/apptainer-sign index 5d0dd1cb..52b52cd3 100644 --- a/tldr/linux/apptainer-sign +++ b/tldr/linux/apptainer-sign @@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # apptainer sign > Add digital signatures to a SIF container image. +> See also: `apptainer-verify`. > More information: . - Sign a container image using the default PGP key: diff --git a/tldr/linux/apptainer-verify b/tldr/linux/apptainer-verify new file mode 100644 index 00000000..dbd17d96 --- /dev/null +++ b/tldr/linux/apptainer-verify @@ -0,0 +1,42 @@ +--- +syntax: markdown +tags: [tldr, linux] +source: https://github.com/tldr-pages/tldr.git +--- +# apptainer verify + +> Verify digital signatures of SIF container images. +> See also: `apptainer-sign`. +> More information: . + +- Verify a container image using the default PGP keyring: + +`apptainer verify {{path/to/image.sif}}` + +- Verify a container image using a specific public key file: + +`apptainer verify --key {{path/to/public.pem}} {{path/to/image.sif}}` + +- Verify a container image using a certificate file: + +`apptainer verify --certificate {{path/to/certificate.pem}} {{path/to/image.sif}}` + +- Verify all objects in the image: + +`apptainer verify {{[-a|--all]}} {{path/to/image.sif}}` + +- Verify a specific object group within the image: + +`apptainer verify {{[-g|--group-id]}} {{group_id}} {{path/to/image.sif}}` + +- Verify a specific object by ID within the image: + +`apptainer verify {{[-i|--sif-id]}} {{object_id}} {{path/to/image.sif}}` + +- Output verification results in JSON format: + +`apptainer verify {{[-j|--json]}} {{path/to/image.sif}}` + +- Display help: + +`apptainer verify {{[-h|--help]}}` diff --git a/tldr/linux/systemctl-cancel b/tldr/linux/systemctl-cancel index 67604522..6e45ef29 100644 --- a/tldr/linux/systemctl-cancel +++ b/tldr/linux/systemctl-cancel @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl cancel > Cancel one or more pending jobs in the system manager or user manager. -> More information: . +> More information: . - Cancel a job by its numeric ID: diff --git a/tldr/linux/systemctl-cat b/tldr/linux/systemctl-cat index 2837510d..94fd28a3 100644 --- a/tldr/linux/systemctl-cat +++ b/tldr/linux/systemctl-cat @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl cat > Show the full contents of unit files as systemd sees them. -> More information: . +> More information: . - Show the contents and absolute path of a unit file: diff --git a/tldr/linux/systemctl-daemon-reexec b/tldr/linux/systemctl-daemon-reexec index 36013199..abb34655 100644 --- a/tldr/linux/systemctl-daemon-reexec +++ b/tldr/linux/systemctl-daemon-reexec @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Reexecute systemd while preserving current unit states. > See also: `systemctl daemon-reload`. -> More information: . +> More information: . - Reexecute systemd: diff --git a/tldr/linux/systemctl-daemon-reload b/tldr/linux/systemctl-daemon-reload index f53718b6..f9e177ef 100644 --- a/tldr/linux/systemctl-daemon-reload +++ b/tldr/linux/systemctl-daemon-reload @@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git > Reload systemd manager configuration. > Use this after creating, modifying, or deleting unit files. > See also: `systemctl reload`. -> More information: . +> More information: . - Reload systemd to apply changes in unit files: diff --git a/tldr/linux/systemctl-default b/tldr/linux/systemctl-default index 49c033f8..187d0156 100644 --- a/tldr/linux/systemctl-default +++ b/tldr/linux/systemctl-default @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl default > Enter system default mode. -> More information: . +> More information: . - Enter default mode as a blocking operation: diff --git a/tldr/linux/systemctl-disable b/tldr/linux/systemctl-disable index 6ac96e10..7904b841 100644 --- a/tldr/linux/systemctl-disable +++ b/tldr/linux/systemctl-disable @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl disable > Disable systemd services. -> More information: . +> More information: . - Stop a service from running on boot: diff --git a/tldr/linux/systemctl-edit b/tldr/linux/systemctl-edit index c59b7810..d618c926 100644 --- a/tldr/linux/systemctl-edit +++ b/tldr/linux/systemctl-edit @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Edit systemd unit files. > See also: `systemctl revert`. -> More information: . +> More information: . - Overlay a unit file non-destructively: diff --git a/tldr/linux/systemctl-emergency b/tldr/linux/systemctl-emergency index 8a88ec06..c061748b 100644 --- a/tldr/linux/systemctl-emergency +++ b/tldr/linux/systemctl-emergency @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl emergency > Enter emergency mode `emergency.target`. -> More information: . +> More information: . - Enter emergency mode: diff --git a/tldr/linux/systemctl-enable b/tldr/linux/systemctl-enable index 795a27f8..d1e078a5 100644 --- a/tldr/linux/systemctl-enable +++ b/tldr/linux/systemctl-enable @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl enable > Enable systemd services. -> More information: . +> More information: . - Enable a service to run on boot: diff --git a/tldr/linux/systemctl-exit b/tldr/linux/systemctl-exit index d64ddfa4..62258f60 100644 --- a/tldr/linux/systemctl-exit +++ b/tldr/linux/systemctl-exit @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl exit > Ask the service manager to quit. -> More information: . +> More information: . - Exit the user service manager: diff --git a/tldr/linux/systemctl-freeze b/tldr/linux/systemctl-freeze index c414c3e3..43581522 100644 --- a/tldr/linux/systemctl-freeze +++ b/tldr/linux/systemctl-freeze @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Freeze one or more units. > Frozen units can be resumed with `systemctl thaw`. -> More information: . +> More information: . - Freeze a specific unit: diff --git a/tldr/linux/systemctl-get-default b/tldr/linux/systemctl-get-default index 7188298a..6339674e 100644 --- a/tldr/linux/systemctl-get-default +++ b/tldr/linux/systemctl-get-default @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl get-default > Display the default target (runlevel) that the system will boot into. -> More information: . +> More information: . - Check the default target on your system: diff --git a/tldr/linux/systemctl-halt b/tldr/linux/systemctl-halt index b11197c9..ad2eb01e 100644 --- a/tldr/linux/systemctl-halt +++ b/tldr/linux/systemctl-halt @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Shut down and halt the system (stop the OS kernel but keep hardware powered on). > See also: `halt`. -> More information: . +> More information: . - Halt the system: diff --git a/tldr/linux/systemctl-help b/tldr/linux/systemctl-help index c8e45fd5..e5d4d9fb 100644 --- a/tldr/linux/systemctl-help +++ b/tldr/linux/systemctl-help @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl help > Show the manual pages for one or more units, or for the unit a process belongs to (by PID). -> More information: . +> More information: . - Show the manual page for a specific unit: diff --git a/tldr/linux/systemctl-hibernate b/tldr/linux/systemctl-hibernate index dc705287..e28d9e04 100644 --- a/tldr/linux/systemctl-hibernate +++ b/tldr/linux/systemctl-hibernate @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl hibernate > Hibernate the system by saving the current state to disk and powering off. -> More information: . +> More information: . - Hibernate the system immediately: diff --git a/tldr/linux/systemctl-hybrid-sleep b/tldr/linux/systemctl-hybrid-sleep index e64b5282..1a878bc9 100644 --- a/tldr/linux/systemctl-hybrid-sleep +++ b/tldr/linux/systemctl-hybrid-sleep @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl hybrid-sleep > Put the system into hybrid sleep, which combines suspend-to-RAM and hibernate. -> More information: . +> More information: . - Put the system into hybrid sleep immediately: diff --git a/tldr/linux/systemctl-is-active b/tldr/linux/systemctl-is-active index 2fe90d94..2d1cc359 100644 --- a/tldr/linux/systemctl-is-active +++ b/tldr/linux/systemctl-is-active @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl is-active > Check if one or more systemd units are active. -> More information: . +> More information: . - Check whether a unit is active: diff --git a/tldr/linux/systemctl-is-enabled b/tldr/linux/systemctl-is-enabled index a6a875e3..bb2f0ca1 100644 --- a/tldr/linux/systemctl-is-enabled +++ b/tldr/linux/systemctl-is-enabled @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Check whether unit files are enabled. > See also: `systemctl enable`, `systemctl disable`. -> More information: . +> More information: . - Show the enablement state: diff --git a/tldr/linux/systemctl-is-failed b/tldr/linux/systemctl-is-failed index 8dfe0822..81017a95 100644 --- a/tldr/linux/systemctl-is-failed +++ b/tldr/linux/systemctl-is-failed @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Check if one or more systemd units have failed. > See also: `systemctl is-active`, `systemctl status`. -> More information: . +> More information: . - Check if there are any failed units: diff --git a/tldr/linux/systemctl-is-system-running b/tldr/linux/systemctl-is-system-running index 120af311..27686d9b 100644 --- a/tldr/linux/systemctl-is-system-running +++ b/tldr/linux/systemctl-is-system-running @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl is-system-running > Check the current state of the system. -> More information: . +> More information: . - Check whether the system is operational and print the current state: diff --git a/tldr/linux/systemctl-isolate b/tldr/linux/systemctl-isolate index 96948658..d21a5baf 100644 --- a/tldr/linux/systemctl-isolate +++ b/tldr/linux/systemctl-isolate @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Start the specified unit with its dependencies and stop all others. > Ignores the units which have `IgnoreOnIsolate=yes`. -> More information: . +> More information: . - Switch to a target (assumed `.target` if no extension provided): diff --git a/tldr/linux/systemctl-kexec b/tldr/linux/systemctl-kexec index 74573c6c..0170fb9a 100644 --- a/tldr/linux/systemctl-kexec +++ b/tldr/linux/systemctl-kexec @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl kexec > Reboot the system via kexec. -> More information: . +> More information: . - Fast reboot using kexec (if kernel is pre-loaded): diff --git a/tldr/linux/systemctl-kill b/tldr/linux/systemctl-kill index 559de2f6..6ccc3a26 100644 --- a/tldr/linux/systemctl-kill +++ b/tldr/linux/systemctl-kill @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl kill > Send a signal to one or more processes of a unit. -> More information: . +> More information: . - Send the `SIGTERM` signal to a unit to terminate it: diff --git a/tldr/linux/systemctl-link b/tldr/linux/systemctl-link index fce7133e..76363255 100644 --- a/tldr/linux/systemctl-link +++ b/tldr/linux/systemctl-link @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Link a unit file located outside the unit file search path into the search path. > See also: `systemctl disable`. -> More information: . +> More information: . - Link a unit file to make it available for systemd commands: diff --git a/tldr/linux/systemctl-list-automounts b/tldr/linux/systemctl-list-automounts index 26bf4a39..7ba807e8 100644 --- a/tldr/linux/systemctl-list-automounts +++ b/tldr/linux/systemctl-list-automounts @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > List automount units currently in memory, showing mount paths and unit names. > See also: `systemctl list-units`, `systemctl list-unit-files`. -> More information: . +> More information: . - List automount units currently in memory: diff --git a/tldr/linux/systemctl-list-jobs b/tldr/linux/systemctl-list-jobs index 0939ce0c..ce3499b5 100644 --- a/tldr/linux/systemctl-list-jobs +++ b/tldr/linux/systemctl-list-jobs @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl list-jobs > List of active systemd jobs that are currently queued or running on the system. -> More information: . +> More information: . - List all active jobs: diff --git a/tldr/linux/systemctl-list-machines b/tldr/linux/systemctl-list-machines index e1e4fbf1..df8d1faa 100644 --- a/tldr/linux/systemctl-list-machines +++ b/tldr/linux/systemctl-list-machines @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl list-machines > List the host and all running local virtual machines or containers with their state. -> More information: . +> More information: . - Show all machines (host and running containers/VMs): diff --git a/tldr/linux/systemctl-list-paths b/tldr/linux/systemctl-list-paths index 0121bd16..5948b5cf 100644 --- a/tldr/linux/systemctl-list-paths +++ b/tldr/linux/systemctl-list-paths @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl list-paths > List path units currently in memory, ordered by path. -> More information: . +> More information: . - Show all path units currently in memory: diff --git a/tldr/linux/systemctl-list-sockets b/tldr/linux/systemctl-list-sockets index 29ed22f9..15d7182a 100644 --- a/tldr/linux/systemctl-list-sockets +++ b/tldr/linux/systemctl-list-sockets @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > List active socket units currently in memory, ordered by listening address. > See also: `systemctl list-units`, `systemctl list-unit-files`. -> More information: . +> More information: . - List active socket units currently in memory: diff --git a/tldr/linux/systemctl-list-timers b/tldr/linux/systemctl-list-timers index 93f07b06..ee5fe09e 100644 --- a/tldr/linux/systemctl-list-timers +++ b/tldr/linux/systemctl-list-timers @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl list-timers > List all active systemd timers. -> More information: . +> More information: . - List all active timers: diff --git a/tldr/linux/systemctl-list-unit-files b/tldr/linux/systemctl-list-unit-files index c5a8e042..f6ffb30c 100644 --- a/tldr/linux/systemctl-list-unit-files +++ b/tldr/linux/systemctl-list-unit-files @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > List installed unit files and their enablement states. > See also: `systemctl list-units`. -> More information: . +> More information: . - List installed unit files and their states: diff --git a/tldr/linux/systemctl-list-units b/tldr/linux/systemctl-list-units index 3a0092e3..2e3810bf 100644 --- a/tldr/linux/systemctl-list-units +++ b/tldr/linux/systemctl-list-units @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > List units that systemd currently has in memory. > See also: `systemctl list-unit-files`. -> More information: . +> More information: . - List units which are active, have pending jobs, or have failed: diff --git a/tldr/linux/systemctl-log-level b/tldr/linux/systemctl-log-level index 447bda85..9ce3d255 100644 --- a/tldr/linux/systemctl-log-level +++ b/tldr/linux/systemctl-log-level @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl log-level > Get or set the log level of the systemd manager. -> More information: . +> More information: . - Show the current log level of the systemd manager: diff --git a/tldr/linux/systemctl-log-target b/tldr/linux/systemctl-log-target index 7a5c1789..11589a45 100644 --- a/tldr/linux/systemctl-log-target +++ b/tldr/linux/systemctl-log-target @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl log-target > Get or set the log target for the systemd manager. -> More information: . +> More information: . - Show the current log target of the systemd manager: diff --git a/tldr/linux/systemctl-mask b/tldr/linux/systemctl-mask index 1b800956..ca182ebf 100644 --- a/tldr/linux/systemctl-mask +++ b/tldr/linux/systemctl-mask @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl mask > Link units to `/dev/null` so that they cannot be started. -> More information: . +> More information: . - Mask a service: diff --git a/tldr/linux/systemctl-poweroff b/tldr/linux/systemctl-poweroff index 8472fc11..59ccb399 100644 --- a/tldr/linux/systemctl-poweroff +++ b/tldr/linux/systemctl-poweroff @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Power off the system. > See also: `poweroff`. -> More information: . +> More information: . - Power off the system: diff --git a/tldr/linux/systemctl-preset b/tldr/linux/systemctl-preset index d4a2141c..534c7025 100644 --- a/tldr/linux/systemctl-preset +++ b/tldr/linux/systemctl-preset @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Reset the enablement state of unit files to the defaults specified in preset policy files. > See also: `systemctl preset-all`, `systemctl list-unit-files`. -> More information: . +> More information: . - Reset the enablement state to preset defaults: diff --git a/tldr/linux/systemctl-preset-all b/tldr/linux/systemctl-preset-all index 12b3c71a..1e1a3c31 100644 --- a/tldr/linux/systemctl-preset-all +++ b/tldr/linux/systemctl-preset-all @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Reset the enablement state of all installed units to the defaults specified in preset policy files. > See also: `systemctl preset`, `systemctl list-unit-files`. -> More information: . +> More information: . - Reset the enablement state of all installed units: diff --git a/tldr/linux/systemctl-reboot b/tldr/linux/systemctl-reboot index 33233bf5..a5c3e6aa 100644 --- a/tldr/linux/systemctl-reboot +++ b/tldr/linux/systemctl-reboot @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl reboot > Reboot the system. -> More information: . +> More information: . - Reboot the system: diff --git a/tldr/linux/systemctl-reenable b/tldr/linux/systemctl-reenable index 5cf920e6..d1ec6d0a 100644 --- a/tldr/linux/systemctl-reenable +++ b/tldr/linux/systemctl-reenable @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Re-enable one or more units. > Used when targets of a service change. -> More information: . +> More information: . - Re-enable a unit, restoring its default symlinks: diff --git a/tldr/linux/systemctl-reload-or-restart b/tldr/linux/systemctl-reload-or-restart index 3f908a7a..b6b296dc 100644 --- a/tldr/linux/systemctl-reload-or-restart +++ b/tldr/linux/systemctl-reload-or-restart @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl reload-or-restart > Reload `systemd` unit(s) otherwise restart them. -> More information: . +> More information: . - Reload or restart a unit: diff --git a/tldr/linux/systemctl-rescue b/tldr/linux/systemctl-rescue index 4ef50911..c27b0c3b 100644 --- a/tldr/linux/systemctl-rescue +++ b/tldr/linux/systemctl-rescue @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Enter rescue mode. > See also: `systemctl emergency`. -> More information: . +> More information: . - Enter rescue mode: diff --git a/tldr/linux/systemctl-reset-failed b/tldr/linux/systemctl-reset-failed index f5bcec95..1138086e 100644 --- a/tldr/linux/systemctl-reset-failed +++ b/tldr/linux/systemctl-reset-failed @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl reset-failed > Reset the "failed" state of one or more units. -> More information: . +> More information: . - Reset the failed state of all units: diff --git a/tldr/linux/systemctl-restart b/tldr/linux/systemctl-restart index 04879113..e9de6d3b 100644 --- a/tldr/linux/systemctl-restart +++ b/tldr/linux/systemctl-restart @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Stop and then start one or more systemd units. > Can be used in place of `systemctl start` on a stopped unit, but `start` is safer so that a running unit isn't accidentally restarted. -> More information: . +> More information: . - Restart a unit: diff --git a/tldr/linux/systemctl-revert b/tldr/linux/systemctl-revert index 57ee953a..7ded626f 100644 --- a/tldr/linux/systemctl-revert +++ b/tldr/linux/systemctl-revert @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Revert unit files to their vendor versions. > Undoes the effects of `edit`, `enable`, `disable`, `set-property`, and `mask`. -> More information: . +> More information: . - Revert unit files to their default settings: diff --git a/tldr/linux/systemctl-service-log-level b/tldr/linux/systemctl-service-log-level index 45b0a9c3..7abd7435 100644 --- a/tldr/linux/systemctl-service-log-level +++ b/tldr/linux/systemctl-service-log-level @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl service-log-level > Get or set the runtime log level of a service via D-Bus. -> More information: . +> More information: . - Show the current log level of a service: diff --git a/tldr/linux/systemctl-service-log-target b/tldr/linux/systemctl-service-log-target index 39444964..0416434d 100644 --- a/tldr/linux/systemctl-service-log-target +++ b/tldr/linux/systemctl-service-log-target @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Get or set the log target for a service. > Only works for D-Bus integrated services. -> More information: . +> More information: . - Show the current log target for a service: diff --git a/tldr/linux/systemctl-service-watchdogs b/tldr/linux/systemctl-service-watchdogs index 34cc9a70..a4e10260 100644 --- a/tldr/linux/systemctl-service-watchdogs +++ b/tldr/linux/systemctl-service-watchdogs @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl service-watchdogs > Get or set the global state of service runtime watchdogs. -> More information: . +> More information: . - Show whether service watchdogs are currently enabled: diff --git a/tldr/linux/systemctl-set-default b/tldr/linux/systemctl-set-default index 29109ac3..094194d1 100644 --- a/tldr/linux/systemctl-set-default +++ b/tldr/linux/systemctl-set-default @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl set-default > Symlink the `default.target` alias to the given target unit. -> More information: . +> More information: . - Set `systemd`'s default boot mode: diff --git a/tldr/linux/systemctl-set-environment b/tldr/linux/systemctl-set-environment index 5afc9ebf..bcb19866 100644 --- a/tldr/linux/systemctl-set-environment +++ b/tldr/linux/systemctl-set-environment @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl set-environment > Set one or more service manager environment variables. -> More information: . +> More information: . - Set a single environment variable: diff --git a/tldr/linux/systemctl-set-property b/tldr/linux/systemctl-set-property index 9964fdfc..89f7e6af 100644 --- a/tldr/linux/systemctl-set-property +++ b/tldr/linux/systemctl-set-property @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl set-property > Set the specified unit properties at runtime. -> More information: . +> More information: . - Set a property for a running service: diff --git a/tldr/linux/systemctl-show b/tldr/linux/systemctl-show index 46899878..5a2c4770 100644 --- a/tldr/linux/systemctl-show +++ b/tldr/linux/systemctl-show @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl show > Show properties of units or systemd itself. -> More information: . +> More information: . - Show properties of the system service manager: diff --git a/tldr/linux/systemctl-show-environment b/tldr/linux/systemctl-show-environment index 90a970dd..04892b90 100644 --- a/tldr/linux/systemctl-show-environment +++ b/tldr/linux/systemctl-show-environment @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl show-environment > Display systemd environment blocks. -> More information: . +> More information: . - Display the environment block for the system: diff --git a/tldr/linux/systemctl-soft-reboot b/tldr/linux/systemctl-soft-reboot index 8bf0ce7a..ec36db9f 100644 --- a/tldr/linux/systemctl-soft-reboot +++ b/tldr/linux/systemctl-soft-reboot @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl soft-reboot > Shut down and reboot userspace, leaving the kernel running. -> More information: . +> More information: . - Perform a soft reboot immediately: diff --git a/tldr/linux/systemctl-start b/tldr/linux/systemctl-start index aa38e18a..ded9587c 100644 --- a/tldr/linux/systemctl-start +++ b/tldr/linux/systemctl-start @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl start > Start systemd units. -> More information: . +> More information: . - Start a unit: diff --git a/tldr/linux/systemctl-status b/tldr/linux/systemctl-status index 6586f87a..3f3587b4 100644 --- a/tldr/linux/systemctl-status +++ b/tldr/linux/systemctl-status @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl status > Display the status of systemd units. -> More information: . +> More information: . - Show the status of a systemd unit: diff --git a/tldr/linux/systemctl-stop b/tldr/linux/systemctl-stop index db3ff5bd..d05fd9d6 100644 --- a/tldr/linux/systemctl-stop +++ b/tldr/linux/systemctl-stop @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl stop > Stop systemd units. -> More information: . +> More information: . - Stop a unit: diff --git a/tldr/linux/systemctl-suspend b/tldr/linux/systemctl-suspend index 228bc776..cbaf4a53 100644 --- a/tldr/linux/systemctl-suspend +++ b/tldr/linux/systemctl-suspend @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl suspend > Suspend the system. -> More information: . +> More information: . - Suspend the system immediately: diff --git a/tldr/linux/systemctl-suspend-then-hibernate b/tldr/linux/systemctl-suspend-then-hibernate index cd88e7c7..de11b6f9 100644 --- a/tldr/linux/systemctl-suspend-then-hibernate +++ b/tldr/linux/systemctl-suspend-then-hibernate @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl suspend-then-hibernate > Suspend the system, then automatically hibernate after a period of inactivity. -> More information: . +> More information: . - Suspend the system and hibernate after the configured delay: diff --git a/tldr/linux/systemctl-switch-root b/tldr/linux/systemctl-switch-root index 78a025b3..a1b64fd5 100644 --- a/tldr/linux/systemctl-switch-root +++ b/tldr/linux/systemctl-switch-root @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl switch-root > Switch to a new root filesystem and execute a new system manager. -> More information: . +> More information: . - Switch to a new root filesystem and execute its default init system: diff --git a/tldr/linux/systemctl-thaw b/tldr/linux/systemctl-thaw index 20f7ac9d..33c554a5 100644 --- a/tldr/linux/systemctl-thaw +++ b/tldr/linux/systemctl-thaw @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Thaw (resume) one or more frozen units. > Units can be frozen with `systemctl freeze`. -> More information: . +> More information: . - Thaw a specific unit: diff --git a/tldr/linux/systemctl-try-reload-or-restart b/tldr/linux/systemctl-try-reload-or-restart index 7ec0f4b1..704a38ea 100644 --- a/tldr/linux/systemctl-try-reload-or-restart +++ b/tldr/linux/systemctl-try-reload-or-restart @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl try-reload-or-restart > Reload one or more units if they support it; otherwise restart them. -> More information: . +> More information: . - Reload or restart a specific unit: diff --git a/tldr/linux/systemctl-try-restart b/tldr/linux/systemctl-try-restart index 0404c3dc..1c8fa270 100644 --- a/tldr/linux/systemctl-try-restart +++ b/tldr/linux/systemctl-try-restart @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # systemctl try-restart > Restart one or more units only if they are currently running. -> More information: . +> More information: . - Restart a specific unit if it is running: diff --git a/tldr/linux/systemctl-unmask b/tldr/linux/systemctl-unmask index d47b4d62..e0e0f611 100644 --- a/tldr/linux/systemctl-unmask +++ b/tldr/linux/systemctl-unmask @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Unmask units to make them startable again. > This undoes the effect of `systemctl mask`. -> More information: . +> More information: . - Unmask a service: diff --git a/tldr/linux/systemctl-unset-environment b/tldr/linux/systemctl-unset-environment index 1a00b8c7..86c4e49b 100644 --- a/tldr/linux/systemctl-unset-environment +++ b/tldr/linux/systemctl-unset-environment @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Unset one or more service manager environment variables. > This undoes the effect of `systemctl set-environment`. -> More information: . +> More information: . - Unset a single environment variable: diff --git a/tldr/linux/systemctl-whoami b/tldr/linux/systemctl-whoami index ca731421..a5903b41 100644 --- a/tldr/linux/systemctl-whoami +++ b/tldr/linux/systemctl-whoami @@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git > Show units that processes belong to. > If no PID is specified, shows the unit the `systemctl` command itself is invoked in. -> More information: . +> More information: . - Show the unit of the current shell (where `systemctl` is running): diff --git a/tldr/linux/waypipe b/tldr/linux/waypipe index e2e0710f..dcc9020b 100644 --- a/tldr/linux/waypipe +++ b/tldr/linux/waypipe @@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git # waypipe > Remotely run graphical applications under a Wayland compositor. -> More information: . +> More information: . - Run a graphical program remotely and display it locally: