Ubuntu - Cron - Verify Crontab File

Verify whether a specific user has any crontabs of their own or not.

sudo ls -l /var/spool/cron/crontabs

It should print out all of the available crontabs of each user in your system to the standard output.