mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
systemctl-show: add page (#18316)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# systemctl show
|
||||
|
||||
> Show properties of units or systemd itself.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#show%20PATTERN%E2%80%A6%7CJOB%E2%80%A6>.
|
||||
|
||||
- Show properties of the system service manager:
|
||||
|
||||
`systemctl show`
|
||||
|
||||
- Show properties of the user service manager:
|
||||
|
||||
`systemctl show --user`
|
||||
|
||||
- Show properties of a specific unit:
|
||||
|
||||
`systemctl show {{unit}}`
|
||||
|
||||
- Show properties of a specific user unit:
|
||||
|
||||
`systemctl show --user {{unit}}`
|
||||
|
||||
- Include empty properties in the list:
|
||||
|
||||
`systemctl show {{[-a|--all]}}`
|
||||
|
||||
- Only show the specified properties:
|
||||
|
||||
`systemctl show {{[-p|--property]}} {{Wants,Conflicts,...}} {{unit}}`
|
||||
Reference in New Issue
Block a user