# man > systemd-path(1)

> **TLDR:** List and query system and user paths.
>
- 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`

*Source: tldr-pages*

---

[_SYSTEMD-PATH_(1)](https://www.chedong.com/phpMan.php/man/SYSTEMD-PATH/1/markdown)                             systemd-path                             [_SYSTEMD-PATH_(1)](https://www.chedong.com/phpMan.php/man/SYSTEMD-PATH/1/markdown)

## NAME
       systemd-path - List and query system and user paths

## SYNOPSIS


       **systemd-path **[OPTIONS...] [NAME...]

## DESCRIPTION
       **systemd-path **may be used to query system and user paths. The tool makes many of the paths
       described in [**file-hierarchy**(7)](https://www.chedong.com/phpMan.php/man/file-hierarchy/7/markdown) available for querying.

       When invoked without arguments, a list of known paths and their current values is shown. When
       at least one argument is passed, the path with this name is queried and its value shown. The
       variables whose name begins with "search-" do not refer to individual paths, but instead to a
       list of colon-separated search paths, in their order of precedence.

## OPTIONS
       The following options are understood:

### --suffix=
           Printed paths are suffixed by the specified string.

           Added in version 215.

### --no-pager
           Do not pipe output into a pager.

           Added in version 255.

### -h --help
           Print a short help text and exit.

### --version
           Print a short version string and exit.

## EXIT STATUS
       On success, 0 is returned, a non-zero failure code otherwise.

## SEE ALSO
       [**systemd**(1)](https://www.chedong.com/phpMan.php/man/systemd/1/markdown), [**file-hierarchy**(7)](https://www.chedong.com/phpMan.php/man/file-hierarchy/7/markdown)

systemd 255                                                                          [_SYSTEMD-PATH_(1)](https://www.chedong.com/phpMan.php/man/SYSTEMD-PATH/1/markdown)
