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 |
Why are threads used?
Why do we need multithreading?
Is python a single thread?
How do cpu threads work?
Are goroutines threads?
What are linux kernel threads?
How can i recover the linux system after it was crashed. I want step by step process.
Does htop show threads?
What are kernel threads?
How many threads run at once?
Do threads have pids?
Why do we use thread in sleep?