- (Exam Topic 6)
The presence of what file will temporarily prevent all users except root from logging into the system? (Specify the full name of the file, including path.)
Solution:
/etc/nologin
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 5)
Which of the following programs can be used to determine the routing path to a given destination?
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 3)
Which TWO statements about crontab are true?
Correct Answer:
AC
- (Exam Topic 1)
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Correct Answer:
A