LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where's my crontab? (https://www.linuxquestions.org/questions/linux-newbie-8/wheres-my-crontab-13018/)

fxlee 01-29-2002 06:54 PM

Where's my crontab?
 
Hello!

I use crontab -e to do some boring manually tasks.
Where is my crontab file stored?
THX for reply!

lfslinux 01-29-2002 07:00 PM

Re: Where's my crontab?
 
Quote:

Originally posted by fxlee
Hello!

I use crontab -e to do some boring manually tasks.
Where is my crontab file stored?
THX for reply!

This depends on your distribution. A good place to store these things would be /var/spool/cron

If you can't find it, you can always run this crude command (ask somebody else to refine this)

find / -name '*cron*' -type d

fxlee 01-30-2002 06:38 AM

Yeah!

It's stored in the /var/spool/cron with my RH7.2
THX!!!


All times are GMT -5. The time now is 10:25 AM.