ubuntu:cron:list_crontab
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
ubuntu/cron/list_crontab.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1