Lpi Linux Essentials Certificate Exam - version 1.6 - 010-160 Exam Practice Test
Which of the following statements may be used to access the second command line argument to a script?
Correct Answer: C
Vote an answer
Which of the following programs is a graphical editor for vector graphics?
Correct Answer: A
Vote an answer
A directory contains the following files:

What would be the output of the following shell script?
for file in *.txt


What would be the output of the following shell script?
for file in *.txt

Correct Answer: E
Vote an answer
Which of the following is a protocol used for automatic IP address configuration?
Correct Answer: B
Vote an answer
Which command displays the list of groups to which a user belongs?
Correct Answer: D
Vote an answer
What is the output of the following command?
for token in a b c; do
echo -n ${token};
done
for token in a b c; do
echo -n ${token};
done
Correct Answer: D
Vote an answer
Which of the following commands will set the variable text to olaf is home? (Select TWO answers)
Correct Answer: B,D
Vote an answer
Which of the following commands output the content of the file Texts 2.txt? (Choose two.)
Correct Answer: A,D
Vote an answer