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
How does thread pool keeps the thread alive?
What is the difference between user level thread and kernel level thread?
Why are threads used?
What are the two methods to create threads?
Why are user level threads faster than kernel level threads?
Can python be multithreaded?
Why is hyperthreading turned off?
Can threading stop hair growth?
What is a thread in c?
Can a process have 0 threads?
How do I start a runnable thread?
How many threads can you run?
Can a thread have multiple processes?
Is threading harmful?
Are processes faster than threads?