[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] crontab files
- Subject: [ale] crontab files
- From: jimpop at gmail.com (Jim Popovitch)
- Date: Thu, 28 Jan 2010 09:22:11 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
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.