Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 422 Bytes

File metadata and controls

24 lines (15 loc) · 422 Bytes

Continue Show dmesg

在终端持续显示dmesg信息

参考文档

dmesg

  • dmesg --help
    -w, --follow                wait for new messages
    

tail

  • tail --help
    -f, --follow[={name|descriptor}]
    
  • tail -f /var/log/kern.log