snippetbashTip
systemctl show — Show properties of units or systemd itself. More information: <https://www.freedesktop.org/software/
Viewed 0 times
systemdcommandsystemctl showshowitselfclipropertiesunits
linux
Problem
How to use the
systemctl show command: Show properties of units or systemd itself. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#show%20PATTERN%E2%80%A6%7CJOB%E2%80%A6>.Solution
systemctl show — Show properties of units or systemd itself. More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#show%20PATTERN%E2%80%A6%7CJOB%E2%80%A6>.Show properties of the system service manager:
systemctl showShow properties of the user service manager:
systemctl show --userShow properties of a specific unit:
systemctl show {{unit}}Show properties of a specific user unit:
systemctl show {{unit}} --userInclude empty properties in the list:
systemctl show {{[-a|--all]}}Only show the specified properties:
systemctl show {{unit}} {{[-p|--property]}} {{Wants,Conflicts,...}}Code Snippets
Show properties of the system service manager
systemctl showShow properties of the user service manager
systemctl show --userShow properties of a specific unit
systemctl show {{unit}}Show properties of a specific user unit
systemctl show {{unit}} --userInclude empty properties in the list
systemctl show {{[-a|--all]}}Context
tldr-pages: linux/systemctl show
Revisions (0)
No revisions yet.