mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
21 lines
473 B
Markdown
21 lines
473 B
Markdown
# systemd-path
|
|
|
|
> List and query system and user paths.
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/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`
|