« AXIS2 client for fedora repository | Main | location of firefox's executable on mac OS X »

find all cron files

for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
run it form root

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)