- (Exam Topic 6)
Which command is used to set restrictions on the size of a core file that is created for a user when a program crashes?
Correct Answer:C
- (Exam Topic 1)
Which command allows you to make a shell variable visible to subshells?
Correct Answer:B
- (Exam Topic 6)
Which file lists which users can execute commands using sudo? (Specify the full name of the file, including path.)
Solution:
/etc/sudoers
Does this meet the goal?
Correct Answer:A
- (Exam Topic 6)
Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.)
Solution:
/etc/xinetd.d/, /etc/xinetd.d
Does this meet the goal?
Correct Answer:A
- (Exam Topic 4)
Which command, available with all MTAs, is used to list the contents of the MTA's mail queue? (Specify ONLY the command without any path or parameters.)
Solution:
mailq, /usr/bin/mailq, sendmail -bp, /usr/sbin/sendmail -bp, /usr/lib/sendmail -bp, sendmail,
/usr/sbin/sendmail, /usr/lib/sendmail
Does this meet the goal?
Correct Answer:A
- (Exam Topic 1)
Which command makes the shell variable named VARIABLE visible to subshells?
Correct Answer:B