[101427] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: cron jobs

daemon@ATHENA.MIT.EDU (Jan Carlson)
Thu Nov 26 04:15:03 1998

Date: Thu, 26 Nov 1998 04:10:35 -0500
From: Jan Carlson <janc@iname.com>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com

Jeff Williamson wrote:

> i want to set up some jobs to be run at certain times, but have no idea
> how to do this. the man pages for cron and crontab don't help much; can
> someone show me how to run fetchmail at 3:00 pm for example?

Run "crontab -e" as yourself, not root, and insert a line:
0 15 * * * /usr/bin/fetchmail >/dev/null 2>&1

The crontab manpage has all the detail you could need.

For a tutorial that's easier,

buy O'Reilly's book "Running Linux".

It's one of the famous animal books.

--

Jan Carlson
janc@iname.com   Scarborough, Ontario, Canada
Mailed with Netscape 4.5 on Red Hat Linux 5.2




-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
		http://www.redhat.com http://archive.redhat.com
         To unsubscribe: mail redhat-list-request@redhat.com with 
                       "unsubscribe" as the Subject.


home help back first fref pref prev next nref lref last post