- Linux Device Driver Development Cookbook
- Rodolfo Giometti
- 156字
- 2021-06-24 13:54:05
Kernel and logging messages
On several GNU/Linux distribution, kernel messages have this usual form:
[ 3.421397] mvneta d0030000.ethernet eth0: Using random mac address 3e:a1:6b:
f5:c3:2f
This is a quite a long line for this book, so that's why we drop the characters from the start of each line up to the point where the real information begins. So, in the preceding example, the lines output will be reported as follow:
mvneta d0030000.ethernet eth0: Using random mac address 3e:a1:6b:f5:c3:2f
However, as already said, if the line is still too long, it will be broken anyway.
Long outputs, or repeated or less important lines in the Terminal, are dropped by replacing them with three dots, ..., as follows:
output begin
output line 1
output line 2
...
output line 10
output end
When the three dots are at the end of a line, it means that the output continues, but I decided cut it for space reasons.
推薦閱讀
- 奔跑吧 Linux內(nèi)核(入門(mén)篇)
- Dreamweaver CS5.5 Mobile and Web Development with HTML5,CSS3,and jQuery
- Delphi Programming Projects
- 計(jì)算機(jī)系統(tǒng):基于x86+Linux平臺(tái)
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Linux內(nèi)核設(shè)計(jì)的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- INSTANT Galleria Howto
- Advanced Infrastructure Penetration Testing
- 統(tǒng)信UOS應(yīng)用開(kāi)發(fā)進(jìn)階教程
- Ubuntu Linux操作系統(tǒng)實(shí)用教程
- Drupal 7 Cookbook
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程(Windows 7+MS Office 2010)
- Multi-Cloud for Architects
- iOS 10快速開(kāi)發(fā):18天零基礎(chǔ)開(kāi)發(fā)一個(gè)商業(yè)應(yīng)用
- VMware vSphere 5.1 Cookbook