Bird
0
0

What is the default file where cron logs are usually stored on most Linux systems?

easy📝 Conceptual Q1 of 15
Linux CLI - Cron and Scheduling
What is the default file where cron logs are usually stored on most Linux systems?
A/var/log/cron
B/etc/cron.log
C/usr/local/cron.log
D/home/cron.log
Step-by-Step Solution
Solution:
  1. Step 1: Understand default cron log location

    Most Linux systems store cron logs in the /var/log directory under the file named cron.
  2. Step 2: Verify common log file names

    Files like /etc/cron.log or /usr/local/cron.log are not standard locations for cron logs.
  3. Final Answer:

    /var/log/cron -> Option A
  4. Quick Check:

    Cron log default file = /var/log/cron [OK]
Quick Trick: Cron logs are usually in /var/log/cron by default [OK]
Common Mistakes:
  • Confusing cron log with system log files
  • Assuming cron logs are in /etc directory
  • Looking for cron logs in user home directories

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes