/ Linux
Viewing all the cron jobs running on your system can be very useful. This command (which I found on Stack Overflow, thanks to Jørgen) outputs all the jobs to the screen for you.
tail -n 1000 /var/spool/cron/*
I find this particularly useful when making sure all my Magento sites are running the correct cron jobs at the correct intervals.
If you have more that a 1000 cron jobs you can update the number to display more.

Clive Walkden
Latest Articles

How to identify duplicate product URLs
How to log to information to a file in different Magento 2.4.x versions

Clive Walkden
Author

Linux —
Terraform InstallationA quick installation guide for Terraform on Ubuntu 18.04

Clive Walkden
Author

Bitcoin —
RollerCoin IntroAn introduction to the RollerCoin site and how you can use it to mine your own coins

Clive Walkden
Author