00:00

QUESTION 21

What is the difference between the i and a commands of the vi editor?

Correct Answer: B

QUESTION 22

Which of the followingcommand sets the Bash variable named TEST with the content FOO?

Correct Answer: D

QUESTION 23

Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?

Correct Answer: C

QUESTION 24

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 25

What is the purpose of a screen reader?

Correct Answer: A