Init am Beispiel Systemd
systemctl
, journalctl
systemctl ## list-units
systemctl --failed
systemctl status $UNIT
systemctl enable $UNIT
systemctl disable $UNIT
systemctl start $UNIT
systemctl stop $UNIT
journalctl
journalctl -u $UNIT
journalctl -k
Aufgabe
-
Installiere den
openssh-server
. Starte und aktiviere den Service und kontrolliere den Status.
Zusatzaufgabe
- Schaue dir die Logs der unit ssh an.