2025-03-14 21:59:59 -06:00
|
|
|
# systemd-path
|
|
|
|
|
|
|
|
|
|
> List and query system and user paths.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-path.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|