Which of the following statements about crontab are true? (Select TWO).
A. Every user may have their owncrontab.
B. Changing a crontab requires a reload/restart of the cron daemon.
C. The cron daemon reloads crontab files automatically when necessary.
D. hourly is the same as "0 * * * *".
E. A cron daemon must run for each existing crontab.
An administrator suspects that a gateway machine on their network has failed; the administrator is unsure which machine is the problem. Which of the following commands will help locate the problem machine?
A. ps
B. netstat
C. nslookup
D. ifconfig
E. traceroute
Which of the following statements is true regarding the below /etc/resolv.conf file? search example.com
127.0.0.1 208.77.188.166
A. There is a syntax error.
B. If DNS queries to the localhost fail, the server 208.77.188.166 will be queried.
C. example.com will be appended to all host lookups.
D. The DNS servers at 127.0.0.1 and 208.77.188.166 will be queried in a round robin fashion.
E. The DNS server with the shortest ping time will be queried first. If the lookup fails, the second server will be queried.
Which of the following is the BEST way to list all defined shell variables?
A. env
B. set
C. env -a
D. echo $ENV
Each entry in a crontab must end with which of the following characters?
A. tab
B. space
C. backslash
D. newline
Which crontab entry could be used to set the system time at regular intervals?
A. 1 0 * * * date $d $t $24
B. 1 0 * * * ntpdate ntp1.digex.net
C. 1 0 * * * date ntp1.digex.net
D. 1 0 * * * runcron date ntp1.digex.net
E. 1 0 * * * settime $d $t $24
Which of the following commands should be used to print a listing of email in the system's mail queue?
A. lpq
B. mailq
C. mlq
D. sendmail -l
What word will complete an if statement in bash such as the following: if [ -x "$file" ]; then echo $file _____ (Please provide the missing word only).
Which IP protocol is connectionless and unreliable? (Please enter only a single answer and do not enter
duplicate answers in this field.)
Given the following line from /etc/nsswitch.conf: hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 By default, which file will be queried first for hostname lookups? (Provide the full path and filename).