Answer Posted / ronan
The cron daemon reads the /etc/cronlog.conf configuration
file provided by the user to log the information. If a
configuration file has not been created, then the cron
daemon creates a log of its activities in the
/var/adm/cron/log file. The cron daemon reads the
configuration file when it is activated and when it receives
the hangup signal.
If the cron daemon is not able to create or open the
user-specified logfile, then it creates a log of its
activities in the /var/adm/cron/log file.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Is threading harmful?
Do threads share file descriptors?
What does 4 cores and 4 threads mean?
Do threads count as cores?
What is thread explain the threads in linux?
Do threads share program counter?
How many cores and threads do I need?
Can we overload run method of thread?
What is difference between thread and runnable?
What does 4 cores 8 threads mean?
Is creating a thread expensive?
Do threads get their own pid?
how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?
Do threads share heap?
Can a thread have multiple processes?