Table of Contents

Crontab

Check all Cron

As root, to check all crontabs

#!/bin/bash
cat /etc/crontab
cat /etc/cron.d/*
cat /etc/cron.daily/*
cat /etc/cron.hourly/*
cat /etc/cron.monthly/*
cat /etc/cron.weekly/*
cat /var/spool/cron/crontabs/*