commands.sh

systemctl list-unit-files

linux

List installed unit files and their enablement states. See also: `systemctl list-units`.

More info →

Options (1)

-t, --typeboolean

Filter by unit type

Example: systemctl list-unit-files {{[-t|--type]}} {{service|socket|timer|...}}

Examples (6)

List installed unit files and their states

Filter by state

systemctl list-unit-files --state enabled|disabled|static|...

Filter by unit type

systemctl list-unit-files [-t|--type] service|socket|timer|...

Filter by a name pattern

Print output directly to `stdout`

Print output without headers or footers

made by @shridhargupta | data from tldr-pages