> 本文作者:丁辉 # Systemctl查看日志 查看日志 ```bash systemctl status containerd ``` 如果查看日志行尾看不到则可以使用 less 协助查看 ```bash systemctl status containerd | less ```