What is the difference between the i and a commands of the vi editor?
Correct Answer:
B
Which of the followingcommand sets the Bash variable named TEST with the content FOO?
Correct Answer:
D
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
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
What is the purpose of a screen reader?
Correct Answer:
A