Answer Posted / ashish
A crontab is a service using which we can run task at
scheduled intervals.
Cron searches /var/spool/cron for crontab files which are
named after accounts in /etc/passwd; crontabs found are
loaded into memory. Cron also searches for /etc/crontab and
the files in the /etc/cron.d/ directory, which are in a
different format then wakes up every minute, examining all
stored crontabs,
Additionally, cron checks each minute to see if its spool
directory’s modtime (or the modtime on crontab) has
changed, and if it has, cron will then examine the modtime
on all crontabs and reload those which have changed.
/etc/cron.deny:
/etc/cron.daily/:
/etc/cron.hourly/:
/etc/cron.monthly/:
/etc/crontab:
/etc/cron.weekly/
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Is face threading bad?
Which way of creating thread is better?
How do threads work?
Does linux have threads?
What are the differences between user level threads and kernel threads?
Are pthreads kernel threads?
What are threads and processes?
What is hyperthreading good for?
Can a process have 0 threads?
How do cpu threads work?
Why do we use threads?
Can a thread have multiple processes?
Why are threads expensive?
What does 4 cores 8 threads mean?
What is pthread in linux?