Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which logging option’s description is if an error occurs when writing to the syslog, send output to the system console?

a) LOG_CONS
b) LOG_NDELAY
c) LOG_ODELAY
d) LOG_PERROR

Answer: a
Explanation: If there is an error while sending data to the system logger, LOG_CONS will write directly to the system console.

Join The Discussion