1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:42:10 +02:00
tldr/pages/linux/systemd-path.md
Shashank Hebbar 1fca19aa07
systemd-path: add page (#10622)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-08-22 18:37:42 +02:00

20 lines
466 B
Markdown

# systemd-path
> List and query system and user paths.
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-path.html>.
- Display a list of known paths and their current values:
`systemd-path`
- Query the specified path and display its value:
`systemd-path "{{path_name}}"`
- Suffix printed paths with `suffix_string`:
`systemd-path --suffix {{suffix_string}}`
- Print a short version string and then exit:
`systemd-path --version`