Free LFCS Exam Dumps

Question 41

Which of the following commands shows the current color depth of the X Server?

Correct Answer:C

Question 42

What output will the following command sequence produce?
echo '1 2 3 4 5 6' | while read a b c; do echo result: $c $b $a;
done

Correct Answer:A

Question 43

Which of the following commands will write a message to the terminals of all logged in users?

Correct Answer:D

Question 44

Which file contains the date of the last change of a user's password?

Correct Answer:D

Question 45

What is the purpose of the Bash built-in export command?

Correct Answer:D