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
Post a Comment