Answer Posted / yatin sadhwani
cron is driven by a crontab, a configuration file that
specifies shell commands to run periodically on a given
schedule.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can we start two threads at a time?
Do threads share file descriptors?
What are server threads?
What does 4 cores and 4 threads mean?
Are threads processes?
how will you distinguish if it is a process or a thread, provided you know pid in linux operating system?
What is difference between thread and runnable?
Do threads share registers?
Is it better to have more cores or more threads?
What are the advantages of threads?
How many threads does a core i7 have?
Is threading harmful?
How many threads run at once?
What are the two methods to create threads?
Can we overload run method of thread?