1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

systemd-path: add page (#10622)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Shashank Hebbar 2023-08-22 22:07:42 +05:30 committed by GitHub
parent 66bde80903
commit 1fca19aa07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# 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`