ubuntu:cron:list_crontab
This is an old revision of the document!
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.1576191904.txt.gz · Last modified: 2020/07/15 09:30 (external edit)