Linux Solutions Leave a Comment / cron job, Linux, Script, Unix / By JSRD Question: How can I list all the scheduled cron jobs in Linux/Unix. How to list or check all the scheduled cron jobs in Linux/UnixAnswer: crontab -l is the command to list all the scheduled cron jobs in Linux/UnixQuestion: How can I edit the scheduled cron jobs in Linux/Unix How to edit the cron jobs.Answer: crontab -e is the command to edit the scheduled cron jobs in Linux/Unix. After editing press escape key and then :wq to save the changes.