From 1fca19aa07c7863e2e77087a260e952b5c62e89b Mon Sep 17 00:00:00 2001 From: Shashank Hebbar Date: Tue, 22 Aug 2023 22:07:42 +0530 Subject: [PATCH] systemd-path: add page (#10622) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/systemd-path.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/systemd-path.md diff --git a/pages/linux/systemd-path.md b/pages/linux/systemd-path.md new file mode 100644 index 000000000..eef757e45 --- /dev/null +++ b/pages/linux/systemd-path.md @@ -0,0 +1,20 @@ +# systemd-path + +> List and query system and user paths. +> More information: . + +- 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`