How To List Crontab Jobs In Linux
- Forums
- Linux
- How To List Crontab Jobs In Linux
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 [3312], Last Updated: Mon Jun 24, 2024
Webune Support
Tue Mar 30, 2010
0 Comments
620 Visits
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