Skip to content

Commit dd44efd

Browse files
systemctl-list-paths: add page (#19529)
1 parent 8c286c1 commit dd44efd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# systemctl list-paths
2+
3+
> List path units currently in memory, ordered by path.
4+
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#list-paths%20PATTERN%E2%80%A6>.
5+
6+
- Show all path units currently in memory:
7+
8+
`systemctl list-paths`
9+
10+
- List path units matching specific wildcard pattern ie, `shell-globbing`:
11+
12+
`systemctl list-paths {{pattern}}`
13+
14+
- List path units that match with multiple patterns:
15+
16+
`systemctl list-paths {{pattern_1 pattern_2 ...}}`
17+
18+
- Show all path units, including inactive ones:
19+
20+
`systemctl list-paths --all`
21+
22+
- Filter path units by state:
23+
24+
`systemctl list-paths --state {{state}}`
25+
26+
- Also show unit types in the output:
27+
28+
`systemctl list-paths --show-types`

0 commit comments

Comments
 (0)