If you want to check various running cron jobs on the server you can do: cd /var/spool/cron/ There will be a file with username which has all the cron’s for that user. tail -f /var/log/cron Should be logged in as root to view this. crontab -u cppl -l —> List cron jobs of user cppl. […]
