what is crondtab daemon?

Answers were Sorted based on User's Feedback



what is crondtab daemon?..

Answer / 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

what is crondtab daemon?..

Answer / partho

it is crond.

Is This Answer Correct ?    8 Yes 0 No

what is crondtab daemon?..

Answer / 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

what is crondtab daemon?..

Answer / ayjaz khan

crontab is the service which is responsible to run the
schedule in linux.

Is This Answer Correct ?    6 Yes 3 No

what is crondtab daemon?..

Answer / 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

what is crondtab daemon?..

Answer / yogesh bhardwaj

corntab is excels over at command.we can submit a job for a
year together.it is not a daemon because daemon is a system
process that is run on background .we can not kill the
daemon process.but we can kill the contrab command.

Is This Answer Correct ?    6 Yes 4 No

what is crondtab daemon?..

Answer / manoj

Simply scheduling a specific job / process / service at
specific time.

Is This Answer Correct ?    2 Yes 0 No

what is crondtab daemon?..

Answer / bala.k

anacron is the responsible deamon for crontab.

Is This Answer Correct ?    1 Yes 1 No

what is crondtab daemon?..

Answer / perumalsamy.r

The crond sysytem is basically small alaram clock, Linux
run the command of your choice automatically. you caught
the alaram clock to run at all sorts of reguler time
intervels

Is This Answer Correct ?    0 Yes 0 No

what is crondtab daemon?..

Answer / bala

anacron is the daemon for crontab....

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Linux Threads Interview Questions

Do threads share page table?

0 Answers  


Say we have three threads T1, T2 and T3 which perform sequentially one after another is their any benefit of using thread over here rather than having a single process.

11 Answers   NetApp,


How many threads does an i7 7700k have?

0 Answers  


Can hyper threading hurt performance?

0 Answers  


How many threads can jvm handle?

0 Answers  






differtent ways of creating threads???? other than pthread

1 Answers  


What are the disadvantages of threading?

0 Answers  


Does thread count matter cpu?

0 Answers  


What are the differences between user level threads and kernel threads?

0 Answers  


Which one is better thread class or runnable interface?

0 Answers  


Is it better to have more cores or more threads?

0 Answers  


Are threads as good as cores?

0 Answers  


Categories