LFCS / reference
reference
systemctl enable --now svcStart now + at boot
systemctl status|restart|reload svcInspect / restart / reload
systemctl daemon-reloadReload unit files after editing
systemctl mask|unmask svcBlock / unblock a service
systemctl get-default / set-default TView / set boot target
journalctl -u svc -fFollow a unit's logs
journalctl -b -p errThis boot, errors only
systemctl --failedList failed units
systemctl list-timersShow all timers
crontab -e / crontab -lEdit / list user cron
modprobe mod / modprobe -r modLoad / unload kernel module
apt install x / dnf install xInstall package
dpkg -S /path / rpm -qf /pathWhich package owns a file