how to get list of scheduled jobs in mongodb on linux code example
Example: check active cron jobs linux
systemctl status cron
----------OR---------------
crontab -l
systemctl status cron
----------OR---------------
crontab -l