How to list all crontab entries?

Hi,

  1. How can I list all the crontab entries of all system users (like root, adm, sys etc.) as we have multiple files like /etc/crontab , /var/spool/cron , /etc/cron.d , /etc/cron.daily , /etc/cron.hourly , /etc/cron.monthly etc.

  2. How can I list all the crontab entries of ALL users on a system?

TIA

By reading all the crontab files found in /var/spool/cron/crontabs ...