- (Exam Topic 3)
What is the output of the following command? echo "Hello World" | tr -d aieou
Correct Answer:C
- (Exam Topic 4)
When using regular expressions, which of the following characters match the beginning of a line?
Correct Answer:A
- (Exam Topic 2)
Which function key is used to start Safe Mode in Windows NT?
Correct Answer:D
- (Exam Topic 4)
In Bash, inserting 2>&1 after a command redirects:
Correct Answer:C
- (Exam Topic 3)
What is the effect of the egrep command when the -v option is used?
Correct Answer:B
- (Exam Topic 4)
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)
Correct Answer:AC