Top "Cron" questions

Cron is a time-based job scheduler running as a daemon process in Unix-like computer operating systems.

How to specify in crontab by what user to run script?

I have few crontab jobs that run under root, but that gives me some problems. For example all folders created …

ubuntu cron crontab
How do I write a bash script to restart a process if it dies?

I have a python script that'll be checking a queue and performing an action on each item: # checkqueue.py while …

bash scripting cron
How to set up a cron job to run an executable every hour?

I need to set up a cron job that runs an executable compiled using gcc once every hour. I logged …

c linux gcc cron crontab
Run a PHP file in a cron job using CPanel

I am just trying to run a PHP script using a cron job within CPanel - is this the correct …

php cron cpanel
How to write a cron that will run a script every day at midnight?

I have heard crontab is a good choice, but how do I write the line and where do I put …

ubuntu cron
How to run a Python script in the background even after I logout SSH?

I have Python script bgservice.py and I want it to run all the time, because it is part of …

python service cron
Running a cron job on Linux every six hours

How can I run command every six hours every day? I tried the following, but it did not work: /6 * * * * * mycommand

linux cron
How to get CRON to call in the correct PATHs

I'm trying to get cron to call in the correct PATHs. When I run a Python script from shell the …

linux path cron
CRON command to run URL address every 5 minutes

I'm newbie in cron commands and I need help. I have a script on http://example.com/check/. Whats is …

php cron
Setting up a cron job in Windows

I have to download a file from an SFTP server everyday. I have the program which retrieves the file from …

windows cron scheduled-tasks