Thank you for your help
feedback
|
|
See this question on StackOverflow (How do I list all cron jobs for all users?). The short version is that you could run the following (@Kyle Burton's answer on that question):
There is also a more indepth script that you could copy and run on that post. | |||||
feedback
|
|
Or if you're root, just check the directory
To see them all. | |||
|
feedback
|
|
You could do something like this:
And remember to check the log file /var/log/cron or similar which will list everything that has been run by cron. | |||
|
feedback
|