XK0-002 test training certification

 

1. At boot time, the computer reported that there are problems with inodes and blocks.

Which of the following is the problem and how is it corrected?

A. The boot sector is corrupt and needs to be replaced.

B. The file system has become corrupt and needs to be repaired.

C. The partition table has become corrupt and needs to be repaired.

D. The drive is configured using an improper file system and needs to be reformatted.

Answer: B

2. Which of the following commands will mount a USB flash drive successfully in Linux?

A. mount /dev/sda1 /mnt/usb

B. mount -t usbfs /dev/usb001 /mnt/usb

C. mount /dev/uda1 /mnt/usb

D. mount /dev/hde1 /mnt/usb

Answer: A

3. An administrator who logged in as a standard user needs to kill process 1010 that was started by the root user. Which of the following commands will kill the process?

A. kill 1010

B. su "kill 1010"

C. killall -9 1010

D. su -c "kill 1010"

Answer: D