117-102 無料問題集「Lpi General Linux, Part 2」
CORRECT TEXT
To produce a compiled kernel with slightly better than standard compression, type the command with and any options and arguments to accomplish just the compilation.
To produce a compiled kernel with slightly better than standard compression, type the command with and any options and arguments to accomplish just the compilation.
正解:
make bzImage
CORRECT TEXT
In the /etc/resolv.conf file are entries that describe where DNS queries can resolve names to IP addresses. Given a DNS server with an IP address of 192.168.33.254, type the exact entry that should appear in this file
In the /etc/resolv.conf file are entries that describe where DNS queries can resolve names to IP addresses. Given a DNS server with an IP address of 192.168.33.254, type the exact entry that should appear in this file
正解:
nameserver 192.168.33.254
CORRECT TEXT
You have a module called msdos.o which has a dependancy on fat.o.
What single command will load msdos.o and its dependant fat.o module in one command line?
You have a module called msdos.o which has a dependancy on fat.o.
What single command will load msdos.o and its dependant fat.o module in one command line?
正解:
modprobe
msdos
modprobe command load the modules with it's all dependencies by reading modules.dep file.
msdos
modprobe command load the modules with it's all dependencies by reading modules.dep file.
CORRECT TEXT
You are working on a non graphical shell.
What command would you use to configure the kernel using a menu system.
Type the command and its argument(s).
You are working on a non graphical shell.
What command would you use to configure the kernel using a menu system.
Type the command and its argument(s).
正解:
make menuconfig menuconfig is an ncurses-based frontend.
Your system must have the ncurses-devel libraries installed in order to use this utility.
As the help text at the top of the screen indicates, use the arrow keys to navigate the menu.
Press Enter to select sub-menus. Press the highlighted letter on each option to jump directly to that option.
To build an option directly into the kernel, press Y.
To disable an option entirely, press N
Your system must have the ncurses-devel libraries installed in order to use this utility.
As the help text at the top of the screen indicates, use the arrow keys to navigate the menu.
Press Enter to select sub-menus. Press the highlighted letter on each option to jump directly to that option.
To build an option directly into the kernel, press Y.
To disable an option entirely, press N
CORRECT TEXT
Type in the command to compile a kernel image with normal compression
Type in the command to compile a kernel image with normal compression
正解:
make
bzImage
finally ready to start the actual kernel build with make bzimage command. At the prompt type:
makebzImage it will create the kernel image with normal compression.
bzImage
finally ready to start the actual kernel build with make bzimage command. At the prompt type:
makebzImage it will create the kernel image with normal compression.
CORRECT TEXT
Type in the name of the samba daemon that is responsible for WINS names resolution.
Type in the name of the samba daemon that is responsible for WINS names resolution.
正解:
nmbd