Scheduling execution of commands with cron

It is possible to run specific Linux commands on schedule. 

cron jobs file is located in different places in different Linux distributions.

Editing cron jobs requires superuser system access.

First five fields of a cron job indicate time of when this job needs to be executed. 

Last field indicates which command to execute.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator