Answer Posted / sandeep saini
The cron daemon checks the crontab files to see when
particular commands are scheduled to be executed. If
commands are scheduled, then it executes them.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Are threads processes?
Why are user level threads faster than kernel level threads?
What do cpu threads do?
Explain each system calls used for process management in linux.
How do you create a thread?
Is c++ multithreaded?
Do threads count as cores?
Is multithreading faster than multiprocessing?
Are cpu threads important?
Do threads get their own pid?
Which thread method is called when a thread starts?
Do threads share program counter?
How do threads work?
How do I start a runnable thread?
Can one thread run on multiple cores?