Which criteria are useful when deciding which operating system to use? (Select THREE answers)
Correct Answer:
ADE
Which command shows if /usr/bin is in the current shell search path?
Correct Answer:
B
Which of the following command sequences overwrites the file foobar.txt?
Correct Answer:
C
What is the output of the following command? for token in a b c; do echo -n ${token}; done
Correct Answer:
B
What is the correct command to extract the contents of the archive file download.bz2?
Correct Answer:
C