- 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