Free GAQM LCP-001 Exam Actual Questions

The questions for LCP-001 were last updated On Nov 4, 2024

Question No. 1

Which of the following statements would create a default route using a gateway of 192.168.1.1?

Show Answer Hide Answer
Correct Answer: D

Question No. 2

Which option to the tee command will cause the output to be concatenated on the end of the output file instead of overwriting the existing file contents?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

To prevent a command run as root from sending both standard out (stdout) and standard error (stderr) to any terminal or other file or device, which of the following strings should be appended to the command?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

You are using an application that you want to appear on the screen of another machine. What environment variable would you have to set or edit to achieve this?

Show Answer Hide Answer
Correct Answer: A

To share the terminal between multiple hosts, we can export display.

Example

Suppose you want to run application on Certkiller B from Certkiller A. Certkiller B in GUI Terminal:# xhost +192.168.0.1 Certkiller A in GUI Terminal:# export DISPLAY=192.168.0.2:0 # Xterm


Question No. 5

After modifying LILO's configuration file, what command should you run for the changes to take effect?

Show Answer Hide Answer
Correct Answer: C