no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tech:linux:cron [2014/12/03 12:36] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Crontab ======
 +===== Check all Cron =====
 +As root, to check all crontabs
 +<code bash>
 +#!/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/*
 +</code>
  

QR Code
QR Code tech:linux:cron (generated for current page)