answersLogoWhite

0


Best Answer

Unix Cron is a daemon ('service') that runs in the background and runs the commands specified in the crontab file at the intervals specified within. This allows someone to easily run a program or script every hour, day, week, etc.

The crontab file can be found in two places. Typically, it is located in the /etc directory. Cron also supports multi-user setups, in which case you will also find other 'crontab' files in some distribution-specific location (I believe /var/spool/cron, named after the user that owns the file).

More information on Cron can be found by Googling "cron" or "crontab".

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of the crontab file in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create or edit a crontab in Linux?

"crontab -e".


Which command can be used to execute a series of Linux commands at a specified time?

You can schedule jobs using cron and the /etc/crontab file, or you can use the "at" command


How do you automate a command in Linux?

Use the cron jobs See /etc/cron.daily /etc/cron.weekly /etc/cron.hourly /etc/crontab and the command crontab


Which command allow you to edit the cron jobs for the current user in linux?

crontab -e


How can a user set up their own crontab entry?

crontab -e


What is file manager in Linux?

There is no set file manager in linux. Examples of Linux file managers include but: Nautilus (GNOME) Thunar (XFCE) Dolphin (KDE)