Cron is a time-based job scheduler in Unix-like computer operating systems. People who set up and maintain software environments use cron to schedule jobs (commands or shell scripts) to run periodically at fixed times, dates, or intervals.[1]
When you set certain command to cron job, it will honour the time that you have set and will run the command according to the time.
When creating cron job, you need to specify the data below.
Form Field | Justification |
---|---|
Job Name | Description / reference for the job |
User | Username of user that execute the job |
Vendor | Pre-defined binary (can use null value to type full command in command field) |
Command | The actual command/script to run |
Time of schedule | Schedule configuration for the job to be executed |
If you are no longer using the job, you can click the delete button to delete the job that you want. It will have no effect on any other cron job.
Rebuilding cron jobs will delete every cron job that you have inside your server including any jobs that were manually written. After that, all jobs will be re-added back to your cron.