systemd-path: add page (#10622)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
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
1 changed files with 20 additions and 0 deletions

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`