Hi thanks
I enter the information into the cron direct by crontab [-u user] -e then
enter it via ssh?
so I can delete the sample cron file I have in the cgi-bin?
Ed



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




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

Reply via email to