精品欧美一区二区三区在线观看 _久久久久国色av免费观看性色_国产精品久久在线观看_亚洲第一综合网站_91精品又粗又猛又爽_小泽玛利亚一区二区免费_91亚洲精品国偷拍自产在线观看 _久久精品视频在线播放_美女精品久久久_欧美日韩国产成人在线

lilo.conf 中文man頁面

系統
默認情況下,本文件 ( /etc/lilo.conf ) 由引導管理程序 lilo 讀取 (參考 lilo(8)).

NAME

lilo.conf - lilo 配置文件  

描述

默認情況下,本文件 ( /etc/lilo.conf ) 由引導管理程序 lilo 讀取 (參考 lilo(8)).

它看起來可能象這樣:

boot = /dev/hda
delay = 40
compact
vga = normal
root = /dev/hda1
read-only
image = /zImage-2.5.99
        label = try
image = /zImage-1.0.9
        label = 1.0.9
image = /tamu/vmlinuz
        label = tamu
        root = /dev/hdb2
        vga = ask
other = /dev/hda3
        label = dos
        table = /dev/hda

該文件表明 lilo 使用設備 /dev/hda 的 Master Boot Record (簡稱 MBR, 主引導記錄). (有關 lilo 使用方法 及與其它操作系統 相互影響的討論, 參考 lilo 文檔中 user.tex 部分).

引導時, 引導載入程序會等待 4 秒 (40 個十分之一秒), 使你有機會按下 Shift 鍵. 如果沒有按鍵動作發生, 第一個核心映像文件 (/zImage-1.5.99, 也許你剛在 五分鐘之前 完成的安裝) 將被引導; 否則, 引導載入程序會 詢問你要引導哪一個映像. 如果你不知道 有哪些選項可以選擇, 按 [TAB] 鍵 (如果使用的 是美國鍵盤布局, 還可以按 [?]), 可以得到一個菜單, 這時你就可以 選擇引導較新的核心, 或者是老的穩定的核心, 甚至是另外的 根文件系統上的核心, 也可以引導其它的操作系統, 在 lilo.conf 中可以配置最多 16 個映像.

正如上面所見, 配置文件以一定數量的全局選項開始 (例子中開始的 6 行), 緊接著是各映像的描述選項, 在各映像中的選項會覆蓋全局選項.

全局選項

這部分有許多 可能的關鍵字, 下面部分盡可能按照 user.tex 中的描述進行解釋.

backup=backup-file
使用 backup-file 文件 (可能是一個設備,如 /dev/null) 代替原來的 /boot/boot.NNNN 存放引導扇區的備份.
boot=boot-device
指定包含引導扇區的設備名稱 (如硬盤分區), 如果忽略了該關鍵字, 引導扇區就從當前作為 root 文件系統安裝的設備讀取 (也可能是進行寫入).
change-rules
定義引導時用于改變分區類型的數字 ('隱藏'). 細節請參考 user.tex 中的 "Partition type change rules" 部分.
compact
盡力把讀取相鄰扇區的請求合并為一次讀取. 這可以顯著 縮短裝載時間并減小映像, 在用軟盤引導時, 強烈推薦使用 `compact' 選項.
default=name
使用指定的映像文件 作為默認值加以引導. 如果忽略了 `default' 選項, 配置文件中 第一個出現的映像會被引導.
delay=tsecs
在裝載第一個映像之前等待的十分之一秒數. 這在需要激活鍵盤之后立即從硬盤啟動系統非常有用, 如果忽略了本選項或設置為 0 將不等待.
disk=device-name
為指定的磁盤給出非標準參數, 有關細節參考 user.tex 中的 "Disk geometry" 部分. 特別有用的是 `bios=' 參數, BIOS 為磁盤編號為0x80, 0x81等,但是它不知道 Linux 磁盤對應的是哪一個 BIOS 盤 (因為這依賴于 BIOS 的設置, 也依賴于 BIOS 的類型), 所以如果你使用的是設置很特殊的系統, 你就必須說明 Linux 磁盤與 BIOS 盤之間的對應關系. 例如:
    disk=/dev/sda
            bios=0x80
    disk=/dev/hda
            bios=0x81

意思是, 你的第一塊 SCSI 盤 (譯者注: 通常id=0) 對應一號 BIOS 盤, 第一個 IDE 口上的主盤對應二號 BIOS 盤.

disktab=disktab-file
指定包含磁盤參數表的文件名稱. 如果忽略 `disktab' 選項, 映像安裝程序查找 /etc/disktab , 不鼓勵使用 disktab .
fix-table
允許 lilo 調整分區表中的三維地址 (sector/head/cylinder). 每個分區表項包含有本分區起始扇區與結束扇區的三維地址和線性地址, 如果分區不是對應在整個磁道上并且有其它的操作系統 (如PC/MS-DOS 或 OS/2) 在使用同一磁盤, 它們可能會修改三維地址, lilo 可以在分區上保存兩種地址的引導扇區, 如果使用了 `fix-table' 選項, lilo 可以重新調整錯誤的三維開始地址.

警告: 這并不能保證其它的操作系統隨后不重新修改地址, 并且發生其它的負作用. 正確的方法是對磁盤重新分區, 使得分區對應于整個磁道.

force-backup=backup-file
類似 `backup', 如果原來有同名的備份文件就予以改寫.
ignore-table
通知 lilo 忽略混亂的分區表.
install=boot-sector
把指定的文件作為新的引導扇區進行安裝, 如果忽略 `install' 選項,默認使用 /boot/boot.b.
linear
生成線性的扇區地址代替 sector/head/cylinder 類型的三維地址. 線性地址是在運行時進行轉換, 它不依賴于磁盤的幾何結構. 注意如果使用 `linear' 選項, 就不能使用 便攜式磁盤 (如軟盤) 作為引導盤, 這是因為 決定磁盤 幾何結構的 BIOS 服務對于軟盤 不能可靠的工作. 對于大磁盤使用 `linear' 選項時, /sbin/lilo 可以生成對不可到達 磁盤區域的引用, 這是由于 在引導完成之前 并不知道扇區的三維地址.
lba32
生成 32 位的邏輯塊地址代替 sector/head/cylinder 結構的三維地址. 如果 BIOS 支持數據分組 (packet) 定址, 就會使用這類調用去存取磁盤, 這樣就可以從大于 8.4Gb 的分區進行引導, 變換的幾何結構僅限于是 C:H:S 類型的地址 ; 如果 BIOS 不支持數據分組定址, 'lba32' 就如 'linear' 選項, 地址被轉換為 C:H:S 結構. 使用 'lba32' 選項,所有的軟盤仍保持 C:H:S 類型的格式.
lock
允許自動記錄引導命令作為下次引導的缺省值. 通過這種方法, lilo 可以"鎖定"一個選項直到手工覆蓋它.
map=map-file
指定映像文件的位置. 如果忽略了 `map' 選項,就使用 /boot/map .
message=message-file
指定包含有在引導提示出現之前顯示的消息的文件名稱. 在打印 "LILO " 之后等待按 Shift 鍵過程中消息不會顯示. 在此消息中, FF 字符 ([Ctrl L]) 清除本地屏幕, 消息文件的大小限制為 65535 字節, 如果改變或刪除了此文件, 映像文件必須重建.
nowarn
禁止對后來的危險發出警告.
optional
每一個 `optional' 選項 (參考下面) 都作用于所有的映像.
password=password
每一個 `password=...' 選項 (參考下面) 都作用于所有的映像.
prompt
在任何按鍵之前強制進入引導提示. 如果設置了 'prompt' 但是沒有設置 `timeout', 就不能自動引導機器 (需要人工干預).
restricted
每一個 `restricted' 選項 (參考下面) 都作用于所有的映像.
serial=parameters
允許從串行線路進行控制. 指定的串行端口被初始化, 引導載入程序接受從此端口和 PC 鍵盤的輸入. 在串行線路上發送一個中斷 (break) 相當于在控制臺按下 shift 鍵, 可以得到載入程序的注意. 允許串行線路控制時, 所有的引導映像都應該加上口令保護. 比如線路是連接在 modem 上時, 相對于控制臺, 這是最起碼的安全要求. 參數串有如下的語法格式:
    <port>[,<bps>[<parity>[<bits>]]]

<port>: 串行端口號, 以 0 為基準. 0 對應于 COM1, 也就是 /dev/ttyS0, 依此類推. 可以使用所有的四個端口 (如果有的話).

<bps>: 本端口的波特率. 支持如下波特率: 110, 150, 300, 600, 1200, 2400, 4800 和 9600 bps. 默認是 2400 bps.

<parity>: 線路上使用的奇偶校驗方式. 載入程序忽略輸入的奇偶校驗, 即省略第八位, 下面字符描述校驗方式 (大小寫均可): n 無校驗, e 偶校驗, o 奇校驗.

<bits>: 字符位數. 僅支持 7 位或 8位, 如果無奇偶校驗, 默認為 8 位, 有校驗則為 7 位.

如果設置了 `serial' 選項, `delay' 的值自動增加到 20.

例如: serial=0,2400n8 用缺省的參數初始化 COM1 端口.

timeout=tsecs
設置鍵盤輸入的超時時間 (以十分之一秒為單位). 到了指定的時間沒有按鍵發生, 第一個映像被自動引導. 類似的, 如果用戶停頓時間太長, 口令輸入過程也被終止, 默認沒有超時時間.
verbose=level
打開詳細報告過程. 更大的數字可以得到更多的輸出, 如果在 lilo 的命令行附加了 -v , level 值會再增加. 最大值為 5.

另外, 核心配置參數 append, ramdisk, read-only, read-write, rootvga 也在全局選項部分設置. 如果沒有在各核心映像部分修改它們, 默認是使用了的.

各映像選項

各個映像部分從任意一行開始.

    image=pathname

(用于指出包含有 Linux 核心的文件或設備), 或者如下面這行:

    other=pathname

指出要引導的其它系統.

在以前, image 行指定引導的設備時, 就必須用

range=start-end
格式給出扇區的范圍.

后來 (要引導其它系統) 使用了下面這三個選項 :

loader=chain-loader
指出使用的 chain 裝入程序. 默認時使用 /boot/chain.b , 當不是從第一塊硬盤或軟盤引導時, 必須給出 chain 裝入程序.
table=device
給出包含有分區表的設備. 如果忽略了此選項, 引導載入程序就不會給被引導的操作系統傳送分區信息, (有些操作系統可以通過其它辦法知道自己是從哪個分區引導的, 如 MS-DOS 通常在它的引導扇區保存磁盤的幾何結構或分區信息). 注意: 如果通過 `table' 選項引用的分區表設備被修改了, 就需要重新執行 /sbin/lilo.
unsafe
在建立映射時不能存取引導扇區. 這樣禁止某些包括分區表的完整性檢查, 如果引導扇區在固定格式的軟盤設備上, 使用 UNSAFE 可以避免在執行映射安裝程序時需要把可讀盤放入驅動器中, `unsafe' 和 `table' 不兼容.

在上面所示的兩種情況下, 都適用下述選項 :

label=name
指出每個映像的標識文件名稱 (不含路徑). 通過設置各種 `label', 可以為映像指定不同的名稱.
alias=name
通過使用別名可以為同一個項目指定第二個名稱.
lock
(參考前面.)
optional
如果在映射建立時沒有提供映像文件就忽略它. 這對于指定 實際上并不存在的實驗核心是非常有用的.
password=password
通過 password 口令保護映像.
restricted
如果參數是在命令行中給出的, 為引導映像就僅需要口令 (如 single).

Linux 核心選項

如果引導的是 Linux 核心, 可以傳遞命令行參數到核心.

append=string
在傳遞給核心的參數表中附加本選項. 典型的應用是指定不能完全自動探測到的硬件參數, 或者是可能有風險的情況. 例如:
     append = "hd=64,32,202"
literal=string
類似 `append', 但刪除其它選項 (如設置 root 設備). 因為通過 `literal' 選項, 可以無意中刪除掉其它關鍵選項, 所以它不能用在全局選項部分.
ramdisk=size
指出 RAM 磁盤的大小, 0 表示沒有 RAM 盤需要建立. 忽略了此選項, RAM 盤的大小就使用引導映像中原來配置的值.
read-only
指出 root 文件系統以只讀方式安裝. 典型地, 系統在啟動過程中 (在 fsck 檢查過程之后) 以讀寫方式安裝 root 文件系統.
read-write
以讀寫方式安裝 root 文件系統.
root=root-device
指定作為 root 安裝的設備. 如果使用的是 current , root 就設置為當前以根文件系統安裝的設備. 如果用 -r 選項改變了 root 的值, 就使用各個自己的設備. 如果忽略了 'root' 選項, 就使用核心中包含的 root 設備. (該值是在核心的 Makefile 文件中由 ROOT_DEV 給出并在編譯核心時就確定了的, 以后可以用 rdev(8) 程序修改.)
vga=mode
引導時可以選擇的 VGA 文本模式. 可以使用下列值:

normal: 普通 80x25 文本模式 .

extended (或 ext): 選擇 80x50 文本模式 .

ask: 引導停止并等待用戶輸入.

<number>: 使用此數字對應的文本模式. 通過 vga=ask 引導, 然后按 [Enter] 可以得到一個支持的列表輸出.

忽略了此選項, 就使用核心映像中包含的 VGA 模式設置值. (該值是在核心的 Makefile 文件中由 SVGA_MODE 給出并在編譯核心時就確定了的, 以后可以用 rdev(8) 程序修改.)

參考

lilo(8), rdev(8).
lilo 的發行版都有很多的文檔資料, 以上僅僅是其中的一小部分.

#p#

NAME

lilo.conf - configuration file for lilo  

DESCRIPTION

This file, by default /etc/lilo.conf, is read by the boot loader installer lilo (see lilo(8)).

It might look as follows:

boot = /dev/hda
delay = 40
compact
vga = normal
root = /dev/hda1
read-only
image = /zImage-2.5.99
        label = try
image = /zImage-1.0.9
        label = 1.0.9
image = /tamu/vmlinuz
        label = tamu
        root = /dev/hdb2
        vga = ask
other = /dev/hda3
        label = dos
        table = /dev/hda

This configuration file specifies that lilo uses the Master Boot Record on /dev/hda. (For a discussion of the various ways to use lilo, and the interaction with other operating systems, see user.tex from the lilo documentation.)

When booting, the boot loader will wait four seconds (40 deciseconds) for you to press Shift. If you don't, then the first kernel image mentioned (/zImage-1.5.99, that you probably installed just five minutes ago) will be booted. If you do, the boot loader will ask you which image to boot. In case you forgot the possible choices, press [TAB] (or [?], if you have a US keyboard), and you will be presented with a menu. You now have the choice of booting this brandnew kernel, or an old trusted kernel, or a kernel on another root file system (just in case you did something stupid on your usual rootfs), or booting a different operating system. There can be up to 16 images mentioned in lilo.conf.

As can be seen above, a configuration file starts with a number of global options (the top 6 lines in the example), followed by descriptions of the options for the various images. An option in an image description will override a global option.

GLOBAL OPTIONS

There are many possible keywords. The description below is almost literally from user.tex (just slightly abbreviated).

backup=backup-file
Copy the original boot sector to backup-file (which may also be a device, e.g. /dev/null) instead of /boot/boot.NNNN.
boot=boot-device
Sets the name of the device (e.g. a hard disk partition) that contains the boot sector. If this keyword is omitted, the boot sector is read from (and possibly written to) the device that is currently mounted as root.
change-rules
Defines boot-time changes to partition type numbers (`hiding'). See section "Partition type change rules" of user.tex for details.
compact
Tries to merge read requests for adjacent sectors into a single read request. This drastically reduces load time and keeps the map smaller. Using `compact' is especially recommended when booting from a floppy disk.
default=name
Uses the specified image as the default boot image. If `default' is omitted, the image appearing first in the configuration file is used.
delay=tsecs
Specifies the number of tenths of a second the boot loader should wait before booting the first image. This is useful on systems that immediately boot from the hard disk after enabling the keyboard. The boot loader doesn't wait if `delay' is omitted or is set to zero.
disk=device-name
Defines non-standard parameters for the specified disk. See section "Disk geometry" of user.tex for details. Especially useful is the `bios=' parameter. The BIOS numbers your disks 0x80, 0x81, etc. and it is impossible to decide which Linux disk corresponds to which BIOS disk (since this depends on the BIOS setup, and on the type of BIOS), so if you have an unusual setup you need to state the correspondence between Linux disks and BIOS disks. For example,
    disk=/dev/sda
            bios=0x80
    disk=/dev/hda
            bios=0x81

would say that your SCSI disk is the first BIOS disk, and your (primary master) IDE disk is the second BIOS disk.

disktab=disktab-file
Specifies the name of the disk parameter table. The map installer looks for /etc/disktab if `disktab' is omitted. The use of disktabs is discouraged.
fix-table
This allows lilo to adjust 3D addresses in partition tables. Each partition entry contains a 3D (sector/head/cylinder) and a linear address of the first and the last sector of the partition. If a partition is not track-aligned and if certain other operating systems (e.g. PC/MS-DOS or OS/2) are using the same disk, they may change the 3D address. lilo can store its boot sector only on partitions where both address types correspond. lilo re-adjusts incorrect 3D start addresses if `fix-table' is set.

WARNING: This does not guarantee that other operating systems may not attempt to reset the address later. It is also possible that this change has other, unexpected side-effects. The correct fix is to re-partition the drive with a program that does align partitions to tracks. Also, with some disks (e.g. some large EIDE disks with address translation enabled), under some circumstances, it may even be unavoidable to have conflicting partition table entries.

force-backup=backup-file
Like `backup', but overwrite an old backup copy if it exists.
ignore-table
tells lilo to ignore corrupt partition tables.
install=boot-sector
Install the specified file as the new boot sector. If `install' is omitted, /boot/boot.b is used as the default.
linear
Generate linear sector addresses instead of sector/head/cylinder addresses. Linear addresses are translated at run time and do not depend on disk geometry. Note that boot disks may not be portable if `linear' is used, because the BIOS service to determine the disk geometry does not work reliably for floppy disks. When using `linear' with large disks, /sbin/lilo may generate references to inaccessible disk areas, because 3D sector addresses are not known before boot time.
lba32
Generate 32-bit Logical Block Addresses instead of sector/head/cylinder addresses. If the BIOS supports packet addressing, then packet calls will be used to access the disk. This allows booting from any partition on disks greater than 8.4Gb, the translated geometry limit for C:H:S addressing. If the BIOS does not support packet addressing, then 'lba32' addresses are translated to C:H:S, just as for 'linear'. Using 'lba32', all floppy disk references are retained in C:H:S form.
lock
Enables automatic recording of boot command lines as the defaults for the following boots. This way, lilo "locks" on a choice until it is manually overridden.
map=map-file
Specifies the location of the map file. If `map' is omitted, the file /boot/map is used.
message=message-file
specifies a file containing a message that is displayed before the boot prompt. No message is displayed while waiting for a shifting key after printing "LILO ". In the message, the FF character ([Ctrl L]) clears the local screen. The size of the message file is limited to 65535 bytes. The map file has to be rebuilt if the message file is changed or moved.
nowarn
Disables warnings about possible future dangers.
optional
The per-image option `optional' (see below) applies to all images.
password=password
The per-image option `password=...' (see below) applies to all images.
prompt
forces entering the boot prompt without expecting any prior key-presses. Unattended reboots are impossible if `prompt' is set and `timeout' isn't.
restricted
The per-image option `restricted' (see below) applies to all images.
serial=parameters
enables control from a serial line. The specified serial port is initialized and the boot loader is accepting input from it and from the PC's keyboard. Sending a break on the serial line corresponds to pressing a shift key on the console in order to get the boot loader's attention. All boot images should be password-protected if the serial access is less secure than access to the console, e.g. if the line is connected to a modem. The parameter string has the following syntax:
    <port>[,<bps>[<parity>[<bits>]]]

<port>: the number of the serial port, zero-based. 0 corresponds to COM1 alias /dev/ttyS0, etc. All four ports can be used (if present).

<bps>: the baud rate of the serial port. The following baud rates are supported: 110, 150, 300, 600, 1200, 2400, 4800 and 9600 bps. Default is 2400 bps.

<parity>: the parity used on the serial line. The boot loader ignores input parity and strips the 8th bit. The following (upper or lower case) characters are used to describe the parity: n for no parity, e for even parity and o for odd parity.

<bits>: the number of bits in a character. Only 7 and 8 bits are supported. Default is 8 if parity is "none", 7 if parity is "even" or "odd".

If `serial' is set, the value of `delay' is automatically raised to 20.

Example: serial=0,2400n8 initializes COM1 with the default parameters.

timeout=tsecs
sets a timeout (in tenths of a second) for keyboard input. If no key is pressed for the specified time, the first image is automatically booted. Similarly, password input is aborted if the user is idle for too long. The default timeout is infinite.
verbose=level
Turns on lots of progress reporting. Higher numbers give more verbose output. If -v is additionally specified on the lilo command line, the level is increased accordingly. The maximum verbosity level is 5.

Additionally, the kernel configuration parameters append, ramdisk, read-only, read-write, root and vga can be set in the global options section. They are used as defaults if they aren't specified in the configuration sections of the respective kernel images.

PER-IMAGE SECTION

A per-image section starts with either a line

    image=pathname

(to indicate a file or device containing the boot image of a Linux kernel), or a line

    other=pathname

to indicate an arbitrary system to boot.

In the former case, if an image line specifies booting from a device, then one has to indicate the range of sectors to be mapped using

range=start-end

In the latter case (booting another system) there are the three options

loader=chain-loader
This specifies the chain loader that should be used. By default /boot/chain.b is used. The chain loader must be specified if booting from a device other than the first hard or floppy disk.
table=device
This specifies the device that contains the partition table. The boot loader will not pass partition information to the booted operating system if this variable is omitted. (Some operating systems have other means to determine from which partition they have been booted. E.g., MS-DOS usually stores the geometry of the boot disk or partition in its boot sector.) Note that /sbin/lilo must be re-run if a partition table mapped referenced with `table' is modified.
unsafe
Do not access the boot sector at map creation time. This disables some sanity checks, including a partition table check. If the boot sector is on a fixed-format floppy disk device, using UNSAFE avoids the need to put a readable disk into the drive when running the map installer. `unsafe' and `table' are mutually incompatible.

In both cases the following options apply.

label=name
The boot loader uses the main file name (without its path) of each image specification to identify that image. A different name can be used by setting the variable `label'.
alias=name
A second name for the same entry can be used by specifying an alias.
lock
(See above.)
optional
Omit the image if it is not available at map creation time. This is useful to specify test kernels that are not always present.
password=password
Protect the image by a password.
restricted
A password is only required to boot the image if parameters are specified on the command line (e.g. single).

KERNEL OPTIONS

If the booted image is a Linux kernel, then one may pass command line parameters to this kernel.

append=string
Appends the options specified to the parameter line passed to the kernel. This is typically used to specify parameters of hardware that can't be entirely auto-detected or for which probing may be dangerous. Example:
     append = "hd=64,32,202"
literal=string
Like `append', but removes all other options (e.g. setting of the root device). Because vital options can be removed unintentionally with `literal', this option cannot be set in the global options section.
ramdisk=size
This specifies the size of the optional RAM disk. A value of zero indicates that no RAM disk should be created. If this variable is omitted, the RAM disk size configured into the boot image is used.
read-only
This specifies that the root file system should be mounted read-only. Typically, the system startup procedure re-mounts the root file system read-write later (e.g. after fsck'ing it).
read-write
This specifies that the root file system should be mounted read-write.
root=root-device
This specifies the device that should be mounted as root. If the special name current is used, the root device is set to the device on which the root file system is currently mounted. If the root has been changed with -r , the respective device is used. If the variable `root' is omitted, the root device setting contained in the kernel image is used. (And that is set at compile time using the ROOT_DEV variable in the kernel Makefile, and can later be changed with the rdev(8) program.)
vga=mode
This specifies the VGA text mode that should be selected when booting. The following values are recognized (case is ignored):

normal: select normal 80x25 text mode.

extended (or ext): select 80x50 text mode.

ask: stop and ask for user input (at boot time).

<number>: use the corresponding text mode. A list of available modes can be obtained by booting with vga=ask and pressing [Enter].

If this variable is omitted, the VGA mode setting contained in the kernel image is used. (And that is set at compile time using the SVGA_MODE variable in the kernel Makefile, and can later be changed with the rdev(8) program.)

SEE ALSO

lilo(8), rdev(8).
The lilo distribution comes with very extensive documentation of which the above is an extract.

責任編輯:韓亞珊 來源: CMPP.net
相關推薦

2011-08-23 13:24:37

lilo中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-25 11:25:51

svnserve.co中文man

2011-08-25 10:31:17

nscd.conf中文man

2011-08-25 11:11:35

2011-08-25 10:33:52

nsswitch.co中文man

2011-08-12 13:44:23

host.conf中文man

2011-08-18 19:18:22

host.conf中文man

2011-08-24 16:48:36

man中文man

2011-08-15 10:21:09

man中文man

2011-08-11 16:11:49

at中文man

2011-08-16 10:21:13

setconsole中文man

2011-08-24 17:06:42

NOTIFY中文man

2011-08-16 09:32:01

quotaoff中文man

2011-08-23 18:05:21

ABORT中文man

2011-08-25 18:14:26

tcflow中文man

2011-08-25 16:55:26

gets中文man

2011-08-12 11:07:19

git中文man

2011-08-25 17:30:26

setbuf中文man

2011-08-15 13:14:44

rmdir中文man
點贊
收藏

51CTO技術棧公眾號

久久久精品动漫| 久久97久久97精品免视看| 99视频在线视频| 国产三区在线观看| 国产精品小仙女| 91地址最新发布| 国精产品一区一区| 在线精品国产亚洲| 色婷婷亚洲精品| 91精品国产毛片武则天| 日本高清中文字幕二区在线| 老司机免费视频一区二区| 久久久之久亚州精品露出| av黄色在线免费观看| 婷婷综合国产| 欧美日韩亚洲综合在线| 蜜桃传媒一区二区三区| 求av网址在线观看| 久久久夜色精品亚洲| 91麻豆蜜桃| 中文在线观看av| 日韩视频在线一区二区三区| 久久精品亚洲热| 亚洲精品色午夜无码专区日韩| 中文字幕久久精品一区二区| 欧美色手机在线观看| 99久久国产综合精品五月天喷水| 麻豆影视在线观看_| 9久草视频在线视频精品| 91九色国产视频| 成人av网站在线播放| 精品白丝av| 欧美大成色www永久网站婷| 九九热免费在线| 夜夜躁狠狠躁日日躁2021日韩| 精品国产乱码久久久久久牛牛 | 天堂av免费在线| 免费精品国产的网站免费观看| 精品剧情v国产在线观看在线| 亚洲va在线va天堂va偷拍| 99re66热这里只有精品4| 欧美性高跟鞋xxxxhd| 国产欧美日韩网站| 蜜臀av在线| 一区二区三区精品视频| 欧美一级黄色录像片| 黄色免费网站在线| 最新久久zyz资源站| 亚洲不卡1区| 亚洲色图欧美视频| 99精品国产热久久91蜜凸| 国产精品一区二区三区四区五区 | 日韩精品成人免费观看视频| 国产精品乱看| 日本精品视频在线观看| 高潮毛片又色又爽免费 | 91欧美在线| 精品国产视频在线| 日韩三级久久久| 性xxxx欧美老肥妇牲乱| 久久精品免费播放| 午夜爽爽爽男女免费观看| 91日韩免费| 欧美高清自拍一区| 国产无码精品在线观看| 亚洲一区亚洲| 国产精品99久久久久久久久久久久 | 国产精品热视频| 亚洲最新av网站| 国产一区91精品张津瑜| 高清av免费一区中文字幕| 少妇一级淫片免费看| 26uuuu精品一区二区| 欧美日韩一区二区三区在线观看免| 久久电影视频| 亚洲免费观看在线观看| 日本欧美视频在线观看| 欧美xxx视频| 欧美精品久久99| 野花视频免费在线观看| 欧美调教视频| 上原亚衣av一区二区三区| 99精品久久久久| 国产精品亚洲综合色区韩国| 国产欧美在线播放| 丰满人妻一区二区三区免费视频 | 蜜桃91精品入口| 91caoporn在线| 一区二区三区成人在线视频| 狠狠爱免费视频| 久久精品97| 欧美精品一区二区三区蜜桃| 欧洲av一区二区三区| 综合久久99| 欧美又大粗又爽又黄大片视频| 亚洲天堂视频在线播放| 国产大陆精品国产| 欧美一级爱爱| 国产淫片在线观看| 色综合久久中文综合久久97| 中文字幕色网站| 中文字幕亚洲影视| 欧美精品中文字幕一区| 亚洲综合久久网| 粉嫩欧美一区二区三区高清影视| 日韩欧美在线观看强乱免费| 2021国产在线| 欧美日韩国产美| 国产亚洲色婷婷久久99精品91| 国产精品国产一区| 欧美专区国产专区| 丰满肉嫩西川结衣av| 亚洲欧洲美洲综合色网| 免费在线观看毛片网站| julia中文字幕一区二区99在线| 一个人www欧美| 精品成人久久久| 国产精品一区二区三区四区 | 欧美在线视屏| 国产精品久久久久久久久久久久久| 韩国av永久免费| 亚洲欧美日韩一区| 五月婷婷激情久久| 日韩有码一区| 久久久亚洲精选| 国产福利资源在线| 1区2区3区精品视频| 北条麻妃视频在线| 亚洲制服一区| 午夜欧美大片免费观看| 亚洲精品一区二区三区新线路| 国产精品久久久久久久久免费桃花 | 91.com在线观看| 黄色三级生活片| 狂野欧美性猛交xxxx巴西| 九色视频成人porny| gogo久久| 亚洲国产欧美自拍| 五月天婷婷丁香| 成人激情校园春色| 久久99久久99精品| 国产香蕉精品| 国模私拍视频一区| 内射无码专区久久亚洲| 亚洲一二三专区| 性猛交╳xxx乱大交| 国产专区一区| 国产精品一区二区不卡视频| av小说在线播放| 日韩成人中文字幕| 亚洲精品午夜国产va久久成人| 2017欧美狠狠色| aaa毛片在线观看| 精品国产美女| 国产日本欧美在线观看| 男人的天堂在线视频免费观看| 欧美日韩免费一区二区三区| 午夜爽爽爽男女免费观看| 国产黄色精品网站| 免费超爽大片黄| 日韩精品亚洲aⅴ在线影院| 97人人模人人爽人人喊中文字| 天天干天天做天天操| 日韩欧美亚洲国产一区| 91激情视频在线观看| 蜜桃视频一区二区三区在线观看| 正义之心1992免费观看全集完整版| 亚洲精品69| 日韩中文字幕免费| 99热这里精品| 午夜精品久久久久久久99水蜜桃| 亚洲专区区免费| 美女网站色91| 成人av在线不卡| 免费欧美激情| 成人激情av在线| 久久国产精品黑丝| 亚洲毛片在线免费观看| 亚洲天堂视频在线| 亚洲大尺度视频在线观看| 国产黄色网址在线观看| 蜜乳av一区二区| 激情六月天婷婷| 久久99影视| 亚洲综合大片69999| 久草在线资源福利站| 丝袜亚洲欧美日韩综合| 亚洲老妇色熟女老太| 欧美视频13p| 五月天色婷婷丁香| 波多野结衣91| 尤物国产在线观看| 亚洲激情视频| 亚洲视频导航| 日韩超碰人人爽人人做人人添| 国产精品白丝jk喷水视频一区| 宅男在线观看免费高清网站| 亚洲日本欧美中文幕| 99在线精品视频免费观看20| 色悠悠久久综合| 久久97人妻无码一区二区三区| 欧美精彩视频一区二区三区| 污污免费在线观看| 精品无人码麻豆乱码1区2区| 亚洲熟妇av日韩熟妇在线| 国产精品传媒精东影业在线| 欧美三级网色| av不卡一区二区| 91精品国产综合久久香蕉的用户体验 | 黄色亚洲在线| 亚洲一区三区电影在线观看| 欧美18免费视频| 亚洲一区国产精品| 成人a在线观看高清电影| 97精品国产97久久久久久| 中中文字幕av在线| 色妞色视频一区二区三区四区| 亚洲AV第二区国产精品| 日韩欧美在线观看一区二区三区| 91视频在线视频| 好吊成人免视频| 国产精彩视频在线观看| 一区二区三区国产精品| 尤物在线免费视频| 国产精品高潮呻吟久久| 久久亚洲无码视频| 久久久午夜精品| 男生裸体视频网站| 99热这里都是精品| 稀缺呦国内精品呦| 粉嫩av亚洲一区二区图片| 亚洲欧美一区二区三区不卡| 久久超碰97中文字幕| 国产小视频精品| 免费观看久久久4p| 中文字幕在线综合| 久久机这里只有精品| 在线免费观看视频黄| 免费欧美日韩国产三级电影| 三年中国国语在线播放免费| 久久永久免费| 能看的毛片网站| 日本怡春院一区二区| 99热这里只有精品在线播放| 美腿丝袜亚洲色图| 日本中文字幕精品—区二区| 精品在线免费视频| 国内自拍第二页| 国产裸体歌舞团一区二区| 日韩a一级欧美一级| 国产一区二区看久久| 可以看的av网址| 成人视屏免费看| 91视频啊啊啊| 国产亚洲婷婷免费| 欧美性受xxxx黑人| 中文字幕日韩av资源站| 91日韩中文字幕| 亚洲国产毛片aaaaa无费看| 国产成人无码精品亚洲| 色综合久久久久综合体桃花网| 波多野结衣绝顶大高潮| 欧美人xxxx| 成人福利小视频| 亚洲激情视频在线播放| 亚洲 国产 欧美 日韩| 亚洲欧洲激情在线| 麻豆tv免费在线观看| 欧美日韩国产成人在线| 毛片在线网站| 国产精品久久久久久久app| 精品国产乱码一区二区三区| 国产精品入口免费| 欧美欧美黄在线二区| 在线观看成人av| 极品日韩av| 午夜激情av在线| 国产成人高清视频| av女人的天堂| 亚洲精品免费一二三区| www.国产高清| 欧美精品成人一区二区三区四区| 性一交一乱一乱一视频| 精品偷拍各种wc美女嘘嘘| 欧美18hd| 57pao国产成人免费| 超碰国产精品一区二页| 精品综合久久久| 99久久亚洲精品| 精品久久一二三| 紧缚捆绑精品一区二区| 大黑人交xxx极品hd| 亚洲天堂a在线| 一级一片免费看| 日韩精品自拍偷拍| 成年人视频免费在线观看| 国语对白做受69| 在线日韩三级| 欧美一区2区三区4区公司二百| 亚洲天堂成人| 成人性生交免费看| 久久久精品国产免大香伊| 久久久久成人网站| 欧美日韩精品一区二区三区| 亚洲欧美日韩成人在线| 欧美夫妻性生活视频| 国产欧美自拍| 欧美二级三级| 影音先锋一区| 人妻少妇偷人精品久久久任期| 国产调教视频一区| 国产精品一区二区6| 日韩一区二区免费高清| 求av网址在线观看| 国产精品第一页在线| 青青一区二区| 成人精品视频在线播放| 国产精品影视网| 久草视频手机在线| 欧美另类一区二区三区| 国产视频在线看| 欧美亚洲国产另类| 久久久精品国产**网站| 成人小视频在线观看免费| 狠狠v欧美v日韩v亚洲ⅴ| 日本欧美一区二区三区不卡视频| 色婷婷精品久久二区二区蜜臀av | 欧美精品久久久久久久免费观看| 日本欧美在线| 色播五月综合| 日韩国产精品久久久| 免费看污片的网站| 欧美日韩一区二区在线播放| 午夜视频www| 欧美在线免费观看| 欧美美女黄色| 免费无遮挡无码永久视频| 99精品视频中文字幕| 国产精品99无码一区二区| 精品成人一区二区三区四区| 四季久久免费一区二区三区四区| 2019国产精品视频| 午夜日韩在线| 成人啪啪18免费游戏链接| 亚洲影院免费观看| 欧美一级淫片免费视频魅影视频| 久久久久久亚洲| 日韩美女毛片| 日本三级免费观看| 国产欧美日韩中文久久| 亚洲综合五月天婷婷丁香| 久久综合久久八八| 久久视频社区| 国产综合中文字幕| 久久网站最新地址| 少妇又紧又色又爽又刺激视频| 伊人久久精品视频| 99精品美女视频在线观看热舞| 潘金莲一级淫片aaaaaa播放1| 国产精品1024久久| 日本少妇做爰全过程毛片| 亚洲精品一区中文| 成人精品三级| 久久国产精品免费观看| 成人国产精品免费网站| 依依成人综合网| 色哟哟网站入口亚洲精品| 亚洲一二av| 韩国日本在线视频| 国产精品久久久久aaaa樱花 | 精品久久久av| 成人午夜网址| 欧在线一二三四区| 国产精品成人免费| 国产综合在线播放| 国产精品第100页| 亚洲国产精品成人| 黄色国产在线观看| 欧美日韩专区在线| 影音先锋在线播放| 欧美精品亚洲精品| 狠狠网亚洲精品| 国产无套丰满白嫩对白| 精品国内产的精品视频在线观看| 久久a级毛片毛片免费观看| 成年人小视频网站| 亚洲美女免费在线| 欧美日韩视频精品二区| 91午夜理伦私人影院| 国产女优一区| 成人免费视频国产免费观看| 日韩高清免费在线| 日本综合精品一区| 欧美性猛交久久久乱大交小说| 亚洲美女视频一区| 国产精品久久一区二区三区不卡 | 日韩av大片| 偷偷色噜狠狠狠狠的777米奇| 欧美日韩国产成人在线91| 九色porny自拍视频在线观看|