systemctl list-unit-files
systemctl list-unit-files -t service
systemctl list-unit-files -t timer
systemctl list-unit-files -t mount
--type=service и -t service это разные формы одного и того же параметра, задающего тип юнитов, которые нужно отобразить.
systemctl list-unit-files --state=enabled
systemctl list-units --type=service --all
systemctl list-units --type=service --all --full
systemctl list-units --type=service
systemctl list-units --type=timer
systemctl list-units --type=mount
systemctl list-units --type=service | grep open
systemctl status название-службы
service название-службы status
systemctl is-enabled nginx
systemctl cat postfix
systemctl is-active postfix
systemctl --host root@192.168.0.15 stop cron