READ Free Dumps For LPI- 117-201
Question ID 21496 | A Linux machine freezes during boot. To boot directly to a shell prompt so that editing of files and manual
starting of services is possible which command line must be passed to the kernel for the boot process?
|
Option A | init=/bin/bash
|
Option B | 1
|
Option C | runlevel=1
|
Option D | sh
|
Option E | /bin/sh
|
Correct Answer | A |
Explanation Explanation: See http://en.wikipedia.org/wiki/Init#Skipping_init In Linux systems, with most modern bootloaders (such as LILO or GRUB), users can change which process the kernel spawns at the end of its initialization from the normal default of /sbin/init. This is generally done by typing init=/foo/bar at the bootloader's prompt. Appending init=/bin/bash, for example, will bring up a single root shell, without a password.
Question ID 21497 | Which ONE of the following wireless tools can be used to check the wireless network link quality?
|
Option A | iwconfig
|
Option B | iwlink
|
Option C | iwscan
|
Option D | iwifi
|
Correct Answer | A |
Explanation Explanation: See http://en.wikipedia.org/wiki/Wireless_tools_for_Linux