Tüm servis ünitelerini listelemek;
# systemctl --type=service
Bir servis hakkında detaylı bilgi almak için
# systemctl status httpd -l
Bir servisin aktif ve etkin olup olmadığının kontrolü
# systemctl is-active httpd
# systemctl is-enabled httpd
# systemctl list-units --type=service
# systemctl list-units --type=service --all
# systemctl list-unit-files --type=service
# systemctl --failed --type=service
# systemctl list-dependencies #unit/servis
# systemctl list-dependencies sshd
Yorumlar
Yorum Gönder