Where is the crontab file stored i want find the place where the crontab file is stored i dont mean in /etc/cron. when we list crontab -l it will list the schedule jobs , does this content is stored in some directory as a file.. Please clarify ...
Here's my crontab to run every 30 minutes to look for new content. 0,30 * * * * /usr/local/bin/diffengine /home/ed/.diffengine You can examine your config file at any time and add/remove feeds as needed. It is the config.yaml file that is stored relative to the storage ...