> 本位作者:丁辉 # Linux查看内核日志 - 访问 systemd 管理的日志 `--no-pager` 代表自动换行 ```bash journalctl -xe --no-pager ``` - 显示内核环缓冲区的内容 ```bash dmesg ```