READ Free Dumps For Oracle- 1z0-878
Question ID 4298 | As part of an early warning system, a system administrator disables the remote shell service and replaces it with a script. This script logs that it was called with the auth facility and the warning level. The script also logs the process ID of the invoking shell. |
Option A | A. logger -i -p auth.warning "rsh attempted from $ruser@$host to $user" |
Option B | B. logger -p warning.auth "rsh[$$]: attempted from $ruser@$host to $user" |
Option C | C. logger -i -p auth.warning -t rsh "attempted from $ruser@$host to $user" |
Option D | D. logger -p auth.warning -t rsh "[$$] attempted from $ruser@$host to $user" |
Correct Answer | C |
Question ID 4299 | A system administrator found the following message in the /var/adm/messages file: |
Option A | A. The message was logged by the kernel. |
Option B | B. The message was created by the logger command: logger -t genunix -p kern.notice "pm0 is /pseudo/pm@0". |
Option C | C. The message was created by the logger command: logger "genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0". |
Option D | D. The message was created by the logger command: |
Correct Answer | A |