If I (e.g.: under Fedora) edit the crontab file with vim, then I restart crond:
/etc/init.d/crond restart
then the actual crontab file: "/etc/crontab" is the same as the actual cronjobs in reality. Ok!
But:
Q: How could I list the real-actual cronjobs, if the "/etc/crontab" file gets modified, but the crond not reloaded? Then the real-actual cronjobs aren't the same as the "/etc/crontab" file.
Thank you!