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 / | ||
+ | cat / | ||
+ | cat / | ||
+ | cat / | ||
+ | cat / | ||
+ | cat / | ||
+ | cat / | ||
+ | </ | ||