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`