Tag: Cron

  • Setting up cron job for Joom Social

    On most Linux system, you can simply run the command below as often as you are comfortable. I recommend that you run it every 30 minutes of less. On a busy site, you might want to run it every 10 minutes. The more frequent you run it, the less load it will be on the…

  • How to set schedule job with crontab on Linux

    How to set schedule job with crontab on Linux

    Crontab Restrictions You can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can’t use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only cron.deny exists and is empty, all users can use crontab. If neither file exists, only the root user can…