Crontab

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |subcat=Calendars }} '''crontab''' is the utility in Unix-style operating systems that is used to maintain automated tasks. The task schedule is stored in a t...")
 
(displaytitle)
 
Line 2: Line 2:
 
|subcat=Calendars
 
|subcat=Calendars
 
}}
 
}}
 +
{{DISPLAYTITLE:crontab}}
 +
 
'''crontab''' is the utility in [[Unix]]-style operating systems that is used to maintain automated tasks. The task schedule is stored in a text file known as a 'cron file' or 'crontab file'; each user can have their own cron file. A background process (daemon) runs every minute to check for cron events intended to start. Events can be set up to run every minute, hour, day, or other combinations of times. Cron files are usually found under the /etc/ directory with names including 'cron'.
 
'''crontab''' is the utility in [[Unix]]-style operating systems that is used to maintain automated tasks. The task schedule is stored in a text file known as a 'cron file' or 'crontab file'; each user can have their own cron file. A background process (daemon) runs every minute to check for cron events intended to start. Events can be set up to run every minute, hour, day, or other combinations of times. Cron files are usually found under the /etc/ directory with names including 'cron'.
  

Latest revision as of 17:45, 13 May 2015

File Format
Name Crontab
Ontology


crontab is the utility in Unix-style operating systems that is used to maintain automated tasks. The task schedule is stored in a text file known as a 'cron file' or 'crontab file'; each user can have their own cron file. A background process (daemon) runs every minute to check for cron events intended to start. Events can be set up to run every minute, hour, day, or other combinations of times. Cron files are usually found under the /etc/ directory with names including 'cron'.

The crontab file has one event per line, with fields separated by the space character.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox