SystemD#
systemctl#
List all running services:
$ systemctl list-units --type=service --state=running
journalctl#
查看本次开机内核错误日志:
journalctl -p 3 -xb
-p 3
:priority err
-x
:provides extra message information
-b
:print logs since last boot
评论
如果你有任何意见,请在此评论。 如果你留下了电子邮箱,我可能会通过 回复你。