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:
parent
66bde80903
commit
1fca19aa07
1 changed files with 20 additions and 0 deletions
20
pages/linux/systemd-path.md
Normal file
20
pages/linux/systemd-path.md
Normal 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`
|
Loading…
Add table
Reference in a new issue