What command displays manual pages? (Specify ONLY the command without any path or parameters.)
Solution:
man
Does this meet the goal?
Correct Answer:
A
Which of the following characters in a shell prompt indicates the shell is running with root privileges?
Correct Answer:
B
What parameter of ls prints a recursive listing of a directory's content? (Specify ONLY the option name without any values or parameters.)
Solution:
ls -R
Does this meet the goal?
Correct Answer:
A
Which of the following statements are true regarding a typical shell script? (Choose two.)
Correct Answer:
AE
Which operator in a regular expression matches the preceding character either zero or one time?
Correct Answer:
A