commands.sh

systemctl list-paths

linux

List path units currently in memory, ordered by path.

More info →

Options (1)

-a, --allboolean

Show all path units, including inactive ones

Example: systemctl list-paths {{[-a|--all]}}

Examples (6)

Show all path units currently in memory

List path units matching specific wildcard pattern ie, `shell-globbing`

List path units that match with multiple patterns

systemctl list-paths pattern_1 pattern_2 ...

Show all path units, including inactive ones

Filter path units by state

systemctl list-paths --state state

Also show unit types in the output

made by @shridhargupta | data from tldr-pages