[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] crontab files



On Thu, Jan 28, 2010 at 09:12, Geoffrey <lists at serioustechnology.com> wrote:
> I'm trying to locate user crontab files. ?Anyone know where they are
> located? ?Trying to move my old crontab file from my 32bit partition to
> my 64bit. ?I could reboot to 32bit and save the cron file, but I'm lazy..

What distro, what version?

Generally this will get you close:

    find /var/ -type f | grep cron

-Jim P.