Quote:
Originally Posted by Rinish
I wana set a cron to run a script every second.
|
What if your command dint got finished in 1 sec..
Wll the cron re-run the instance of it again in next sec & further on?
Leave that.
Cron only checks crontab enteries every minute.. & hence you cannot ask cron to process anything specified less to a minute. Hence
cron cannot schedule anything to more minute* than a minute.
*small.
Refer cron/crontab man page.