There is a file that cron uses that lists all the cron jobs.

You shouldn't edit this file directly, but you should use the crontab 
command to edit it.

So:

crontab [-u user] -l        ### will list the current cron jobs
crontab [-u user] -e        ### will drop you into an editor to edit the jobs

the -u user part is optional, and should only be used if you want to edit 
the crontab file for a user you are not logged in as.

kristina

On Fri, Sep 20, 2002 at 12:46:14PM -0400, ebinc wrote:
- Hi List
- I'm trying to create a cron job I tryed to read up on it but I cannot
- understand how it is done
- the cron command would be
- "0  0  *  *  *  /path/to/send.cgi send_reminders" do I leave this in a file
- in my cgi-bin
- If somone knows how to create this and start it please reply Thanks
- Ed
- 
- 
- 
- -- 
- redhat-list mailing list
- unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
- https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to