what is crondtab daemon?
Answers were Sorted based on User's Feedback
Answer / 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 |
Do threads share memory?
How do threads work?
How many threads run at once?
How many threads can one core handle?
How do cpu threads work?
Why do we need multithreading?
What are the two types of threads?
What is a thread in c?
How do I see threads in linux?
How many threads can run on a single processor?
What do cores and threads mean?
What is thread and process?