Skip to main content

Log location for cron jobs set from cPanel

Comments

2 comments

  • SysSachin
    Hello, You have to check cpanel user cron entry through command line using the below command.
    crontab -l -u USERNAME
    0
  • cPanelMichael
    Hello @nitaish, You can view the user's cron job directly in the following file:
    /var/spool/cron/$username
    Check to see when this cron job is configured to run, and then review /var/log/cron for that time period to see if it's running as expected. If it's not running or is running at the wrong time, try restarting the "crond" service to see if that helps to address the issue:
    service crond restart
    There's also a thread here worth checking out: Server time not using right timezone Thank you.
    0

Please sign in to leave a comment.