Question 13

What does the ? symbol within regular expressions represent?

Correct Answer:C

Question 14

Which of the following commands can be used to download the RPM package kernel without installing it?

Correct Answer:B

Question 15

What happens after issuing the command vi without any additional parameters?

Correct Answer::D

Question 16

Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and withoutany trailing spaces, is reached?

Correct Answer:A

Question 17

Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?

Correct Answer:E

Question 18

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

START LFCS EXAM