1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 18:53:12 +02:00
tldr/pages/linux/systemctl-cat.md
Harshavardhan 933b1b74e4
systemctl-cat: add page (#17906)
* systemctl-cat: add page

---------

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-09-02 18:50:06 +10:00

16 lines
441 B
Markdown

# systemctl cat
> Show the full contents of unit files as systemd sees them.
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#cat%20PATTERN%E2%80%A6>.
- Show the contents and absolute path of a unit file:
`systemctl cat {{unit}}`
- Show the contents of multiple unit files:
`systemctl cat {{unit1 unit2 ...}}`
- Show the contents of a unit file for a template:
`systemctl cat {{template@}}`