LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where does "Crontab -e " file reside?? (https://www.linuxquestions.org/questions/linux-newbie-8/where-does-crontab-e-file-reside-106271/)

ganninu 10-20-2003 09:33 AM

Where does "Crontab -e " file reside??
 
Hi I'm particularly new to crontab, so my question can be really silly, although I'm using crontab and doing good with it. I'd like to know where the file (called crontab eh?) is stored after doing crontab -e.

Thanks.

Blinker_Fluid 10-20-2003 10:34 AM

/var/spool/cron
Some distros might have a slight variation usually it's in /var/spool

ganninu 10-24-2003 07:11 AM

One thing has skipped from my question --- Do cron jobs run on a per-user basis? I.e. if i am logged in as root, only cron jobs belonging to root ar executed, or even all the user's cron jobs??

fsbooks 10-24-2003 07:24 AM

Cronjobs are scheduled regardless of who is logged in, as long as the crond daemon is running.


All times are GMT -5. The time now is 12:40 AM.