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
Can two threads share the same stack?
How do threads work?
What are the advantages of threads over processes?
Whats the difference between a thread and a process?
Do threads get their own pid?
How does hyperthreading work?
What are threads and processes?
Can we start two threads at a time?
Why are goroutines not lightweight threads?
What are kernel threads?
Can two threads execute at the same time?
What does 4 cores and 4 threads mean?
Do threads share program counter?
Is creating a thread expensive?
Do threads run in parallel?