@ingeborgvanderma
Profil
Registered: pred 3 years, 10 months
CronJobs Defined
Cron is a time-based job scheduler in Unix or Unix-like computer operating systems. You need to use Cron to schedule jobs, i.e. to execute instructions or shell scripts at specified occasions, dates, or intervals. This permits you, for instance, to automate system upkeep or administration, to download files from the internet, or to send emails on a regular basis. It is a daemon, i.e. a background process that always runs on the server. The tasks Cron is supposed to perform are called CronJobs. Initially, the name Cron comes from the Greek god of time "chronos".
Application of CronJobs
CronJobs can be utilized for single commands or for the automated execution of periodically recurring sequential tasks, e.g. for cleaning up databases by removing out of date entries, log files, and feedback, or for creating common statistics on the number of users of a website.
Different applications include updating RSS feeds, publishing new content material to a website on a specific date, producing a number of invoices, or automated newsletter distribution. Likewise, the backup of a database might be scheduled using CronJobs.
Structure and syntax of a CronTab file
Cron makes use of particular configuration files, so-called CronTab files, which contain a list of cron jobs to be executed. CronTab stands for Cron Table. Every line within the CronTab file represents a CronJob. It looks just like a row of columns separated by a space. Every line specifies when and the way typically a particular command or script must be executed.
In a CronTab file, empty lines or lines starting with , areas, or tabs are ignored. Lines beginning with are considered person comments.
Active lines in a CronTab either declare an environment variable or define a CronJob. Comments are usually not allowed in active lines.
The CronTab file may be accessed in a command-line interpreter by typing "crontab-e". The commands within the CronTab file and their runtime are checked by the Cron daemon, which executes them in the system background.
The primary five columns contain time values which define when a command must be executed. These are, from left to proper:
Minute, specified as 0 - fifty nine
Hour, specified as zero - 23
Day, specified as 1 - 31
Month, specified as 1 - 12
Weekday, specified as zero - 7, 0 or 7 are Sundays
For every of these values, the wildcard "*" can be used for execution at any time (i.e. at any minute, hour, day, month or weekday), "*/n" for execution every n (minutes, hours, etc.) and "n,x,y" for execution on / at n, x or y. The final column specifies the relative or absolute path of the script to be executed. The CronJob is performed when the minute, hour, month, and day of the month or weekday match the present time.
Significance for online marketing
With CronJobs, you may automate numerous tasks in on-line marketing, thus rising efficiency. In addition to automating time-consuming tasks, CronJobs can be utilized, for example, to create visitor statistics for a website and automatically send these to a recipient at sure intervals. In conjunction with CMS, CronJobs can be used to automatically calculate metrics or ship newsletters on specific dates as part of marketing campaigns.
If you cherished this report and you would like to get additional info concerning cron online kindly visit our web-page.
Website: https://cronjob-manager.com/cronjob/cron-job-meaning/
Diskusné Fóra
Počet vytvorených tém: 0
Počet reakcií: 0
Rola: Účastník (Participant)

