Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
I am working on a linux error log and I am confused if I am doing it correct or not. What line should you add to /etc/rsyslog.conf to accomplish the
I am working on a linux error log and I am confused if I am doing it correct or not.
What line should you add to /etc/rsyslog.conf to accomplish the following?
1. Log only critical messages from the kernel to /var/log/kern/kern.crit
Line: ___/var/log/kern.log_______
2. Log all messages from user processes to /var/log/userlog
Line: ___ /var/log/user.log _______
3. Log all debug messages, as well as more serious ones, from the printing daemon to /var/log/printer
Line: _/var/log/prnt.log_________
4. Log all messages, except notices, from the mail daemon to /var/log/mailman.
Line: ___/var/log/mail.log______
5. Log all warnings and errors from the kernel and the printing daemon to /var/log/shared
Line: ___/var/log/cups.log_______
6. Log all alerts and critical error messages to /var/log/serious
Line: __________ (I could not figure this one out?)