[下一頁][首頁][上一頁]

有什麼方法可以讓我慢慢地觀看開機記錄檔嗎?

NAME
     more - 檔案閱讀工具
DESCRIPTION
     more 一次顯示一頁的檔案閱讀工具。
您可以使用 "dmesg" 程式與 管線 來控制其輸出至 "more" 中。

就像在 man page 中一般,您可使用鍵盤中的下列按鍵 (與 vi 相同) 於 more 中流覽:

"j" 向下鍵。
"k" 向上鍵。
"d" 下半頁鍵。
"u" 上半頁鍵。
"SPACE" 下一頁鍵。
"q" 離開鍵。
"h" 求助鍵。
 

範例:
$ dmesg | more ..."|" 管線,它將 "dmesg" 的輸出轉向至 "more"...

Copyright (c) 1992-1998 FreeBSD Inc.
Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California.  All rights reserved.

FreeBSD 2.2.7-STABLE #0: Sat Nov 21 03:37:08 EST 1998
    root@elvis.org:/usr/src/sys/compile/F00F
CPU: Pentium/P55C (199.31-MHz 586-class CPU)
  Origin = "GenuineIntel"  Id = 0x544  Stepping=4
  Features=0x8001bf
real memory  = 100663296 (98304K bytes)
avail memory = 96452608 (94192K bytes)
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16550A
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550A
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
[上一頁][首頁][下一頁]