• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Viewing all cron jobs on a systemEdit

Created 7/3/2009, updated 5/18/2017

Red Hat Enterprise Linux

As root:

# ls -l /var/spool/cron/*
# cat /var/spool/cron/*

You’ll also want to inspect:

  • /etc/crontab

And the contents of:

  • /etc/cron.d/
  • /etc/cron.daily
  • /etc/cron.hourly
  • /etc/cron.monthly
  • /etc/cron.weekly

For this purpose find might come in handy:

# find /etc -type f -path '/etc/cron*'
# find /etc -type f -path '/etc/cron*' -exec cat {} \;
  • cron
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).