ok, this short topic will show you exactly what command you need to execute in your linux server to list all the pending or running cron jobs in your server

# crontab -l

crontab -l : Lists all cron job
crontab -e : Edits the cron job (opens in VI editor)
crontab -r : Removes the cron job