Options (2)
-a, --allbooleanList all units in the system
Example:
systemctl status {{[-a|--all]}}-t, --typebooleanList all units of a specific type
Example:
systemctl status {{[-t|--type]}} {{service|timer|socket|target|...}}Examples (7)
Show the status of a systemd unit
systemctl status unit.service|timer|socket|target|...Show the status of failed units
systemctl status --failedList all running services
List all units in the system
systemctl status [-a|--all]List all units of a specific type
systemctl status [-t|--type] service|timer|socket|target|...List all units with a specific state
systemctl status --state active|inactive|failedShow the status of a user unit
systemctl status unit --usermade by @shridhargupta | data from tldr-pages