Ask a Question related to UNIX Programming, Design and Development.
-
imanahmadi #1
Cron Job Question
I have a question about the use of cron job. I understand that it
executes a process at a certain schedule, but is there a way to execute
a process once there has been a change in a directory or file? If so,
how would one do such thing? If not, what can be done to execute a
process once a change has been made in a directory or file?
--
Posted via [url]http://dbforums.com[/url]
imanahmadi Guest
-
MX 7.0 Cron service
Is there a way to disable the cron service under MX 7.0? -
Cron question
We have an odd problem where a cron job sometimes doesnt run. Its on a daily schedule, and it creates a log file so we know exactly when it does... -
cron job
If the cron job run every 15 minute, it will fill up mail box. Does anyone has any idea. Thanks "Davide Bianchi" <davideyeahsure@onlyforfun.net>... -
rsh and cron
I have Ultra 60 with Solaris 2.6, and the rsh always work fine, until recently I foud the rsh does not work on the Ultra 60. But I don't have any... -
cron
Not specific to PHP really, but it all started with a simple PHP script I was automating... I've used cron/crontab on a zillion machines, and it... -
Bigdakine #2
Re: Cron Job Question
>Subject: Cron Job Question
Generally if I need to do something like that, I write a simple shell script.>From: imanahmadi [email]member32513@dbforums.com[/email]
>Date: 7/3/03 4:36 PM Hawaiian Standard Time
>Message-id: <3074158.1057286190@dbforums.com>
>
>
>I have a question about the use of cron job. I understand that it
>executes a process at a certain schedule, but is there a way to execute
>a process once there has been a change in a directory or file?
You could write a C-program to do it, but why knock yourself out?
Stuart
Dr. Stuart A. Weinstein
Ewa Beach Institute of Tectonics
"To err is human, but to really foul things up
requires a creationist"
Bigdakine Guest



Reply With Quote

