Linux dmesg 幾個常用參數

  • dmesg -L # 顯示顏色
  • dmesg -T # 在前面的單位顯示 年月日時分秒,比看 timestamp 方便
  • dmesg -Tx # 等級 與 單位使用 年月日時分秒 呈現
  • dmesg -l err,crit # 秀出重要的訊息
    • Log level
    • emerg: System is unusable.
    • alert: Action must be taken immediately.
    • crit: Critical conditions.
    • err: Error conditions.
    • warn: Warning conditions.
    • notice: Normal but significant condition.
    • info: Informational.
    • debug: Debug-level messages.

dmesg 需要 sudo 才能看,非 sudo 都可看可以用此設定

  • sudo sysctl -w kernel.dmesg_restrict=0

相關網頁

作者: Tsung

對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.

發表迴響

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料