List the current crontab in use.
This command just dumps the contents inside the crontab file in the standard output.
crontab -l
crontab -u User -l
This command is synonymous to the following command.
crontab -l User