Path: utzoo!utgpu!water!watmath!clyde!cbosgd!osu-cis!tut!lvc From: lvc@tut.cis.ohio-state.edu (Lawrence V. Cipriani) Newsgroups: comp.unix.questions Subject: Re: Cron Summary: feature request Message-ID: <5049@tut.cis.ohio-state.edu> Date: 22 Jan 88 03:27:40 GMT References: <11098@brl-adm.ARPA> <449@wa3wbu.UUCP> <6621@agate.BERKELEY.EDU> Organization: Ohio State Computer & Info Science Lines: 34 In article <6621@agate.BERKELEY.EDU>, mwm@eris (Mike (My watch has windows) Meyer) writes > > Crontab? SysV doesn't have a "crontab". It has a /usr/lib/cron, which > is full of little crontab files[*]. Stat()ing them all once a minute > could get quite expensive. As a result, it doesn't do that - you need > to send it a signal to make it reread them all. That's why there's a > command to read your crontab file, or replace it. That command takes > care of sending the signal for you. > > The cron I wrote for the GNU project behaves the same way. > >