2025-12-16 10:20:31 -07:00
|
|
|
# systemctl help
|
|
|
|
|
|
|
|
|
|
> Show the manual pages for one or more units, or for the unit a process belongs to (by PID).
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#help%20PATTERN%E2%80%A6%7CPID%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Show the manual page for a specific unit:
|
|
|
|
|
|
|
|
|
|
`systemctl help {{unit}}`
|
|
|
|
|
|
|
|
|
|
- Show the manual pages for multiple units:
|
|
|
|
|
|
|
|
|
|
`systemctl help {{unit1 unit2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Show the manual page for a user unit:
|
|
|
|
|
|
|
|
|
|
`systemctl help {{unit}} --user`
|
|
|
|
|
|
|
|
|
|
- Show the manual page without a pager (all at once):
|
|
|
|
|
|
|
|
|
|
`systemctl help {{unit}} --no-pager`
|
|
|
|
|
|
|
|
|
|
- Show the manual page for the unit of a process by PID:
|
|
|
|
|
|
|
|
|
|
`systemctl help {{pid}}`
|