Linux–常用命令–dmesg

來源:互聯網
上載者:User

 linux命令dmesg用法詳解

 

功能說明:顯示開機資訊。
語  法:dmesg [-cn][-s <緩衝區大小>]
補充說明:kernel會將開機資訊儲存在ring buffer中。您若是開機時來不及查看資訊,可利用dmesg來查看。開機資訊亦儲存在/var/log目錄中,名稱為dmesg的檔案裡。
參  數:
-c  顯示資訊後,清除ring buffer中的內容。 
-s<緩衝區大小>  預設定為8196,剛好等於ring buffer的大小。 
-n  設定記錄資訊的層級。

 

Linux命令dmesg用來顯示開機資訊,kernel會將開機資訊儲存在ring buffer中。
您若是開機時來不及查看資訊,可利用dmesg來查看。
開機資訊亦儲存在/var/log目錄中,名稱為dmesg的檔案裡。
也可用cat /var/log/messages查看

樣本
  將系統啟動資訊儲存到檔案中:
         $ dmesg > messages.txt

       列印輸出最近一次的資訊:
        $ dmesg | tail -f

      列印輸出最近8次的資訊:
        $ dmesg | tail -8

 

[root@localhost ~]# dmesg | tail -f
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 1048568k swap on /dev/VolGroup00/LogVol01.  Priority:-1 extents:1
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
ip_tables: (C) 2000-2002 Netfilter core team
ip_conntrack version 2.1 (4096 buckets, 32768 max) - 340 bytes per conntrack
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
lp0: console ready
tail: standard input: file truncated
tail: standard input: cannot seek to offset 0: 非法 seek 操

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.