- (Exam Topic 4)
Which file, when using Sendmail or a similar MTA system, will allow a user to redirect all their mail to another address and is configurable by the user themselves?
Correct Answer:D
- (Exam Topic 1)
What keyword is missing from this code sample of a shell script?
______ i in *.txt; do
echo $i
done
Correct Answer:A
- (Exam Topic 5)
Which of the following commands will help identify a broken router between the local and the remote machine?
Correct Answer:E
- (Exam Topic 4)
You need to pause the CUPS printer HPLaserjet4, and you want to cancel all print jobs with a message, "hello". Which command will do this?
Correct Answer:C
- (Exam Topic 4)
What command should be used to print a listing of email in the system's mail queue?
Correct Answer:B
- (Exam Topic 1)
How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only?
Correct Answer:C