- Working with Syslog
- Monitoring System Performance
- Automation with cron and at
- Summary
- Review Questions
- Answers to Review Questions
- Lab 9
Answers to Review Questions
-
Uncomment the following line in the /etc/rsyslog.conf file:
#$ModLoad imudp.so #$UDPServerRun 514
-
The lastlog and faillog commands are used to view user login–related events?
-
The du and df commands are used to view available space on the system.
-
Use the ps command to view processes and their CPU usage.
-
False. The at command is used to schedule one-time-only jobs. The cron service handles reoccurring system jobs.
-
When the system starts up again, the cron service will run any jobs that were missed while the system was off. On Red Hat Enterprise Linux 5, the anacron service handles this functionality.
-
atq
-
Use the top command to view CPU and memory usage.