====== Ubuntu - Cron - List Crontab ====== List the current crontab in use. This command just dumps the contents inside the crontab file in the standard output. crontab -l ---- ===== List Crontab for a specific User ===== crontab -u User -l This command is synonymous to the following command. crontab -l User