File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments