This commit is contained in:
16
Docs/Systemctl查看日志.md
Normal file
16
Docs/Systemctl查看日志.md
Normal file
@@ -0,0 +1,16 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Systemctl查看日志
|
||||
|
||||
查看日志
|
||||
|
||||
```bash
|
||||
systemctl status containerd
|
||||
```
|
||||
|
||||
如果查看日志行尾看不到则可以使用 less 协助查看
|
||||
|
||||
```bash
|
||||
systemctl status containerd | less
|
||||
```
|
||||
|
Reference in New Issue
Block a user