CMD: sort

This commit is contained in:
2026-06-03 06:07:28 +02:00
parent 88eefd2c1e
commit cd7ddd15b2
+8 -8
View File
@@ -309,14 +309,6 @@ bin: journalctl
tag: system
tag: logs
aim: List enabled systemd services
cmd: systemctl list-unit-files --state enabled
cmd: systemctl --user list-unit-files --state enabled
shell: sh
bin: systemd
tag: system
tag: service
aim: Log the fact that you've installed your own `dnsmasq` on your system to `journalctl`, so that you can determine why your system's broken later
cmd: logger "Installed new dnsmasq"
+ sudo journalctl -f
@@ -500,6 +492,14 @@ bin: ssh
tag: system
tag: comfy
aim: List enabled systemd services
cmd: systemctl list-unit-files --state enabled
cmd: systemctl --user list-unit-files --state enabled
shell: sh
bin: systemd
tag: system
tag: service
aim: Check a service
cmd: sudo systemctl status mpd
shell: sh