System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.