[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: where is ntpdate?



(I must have already deleted the original post, but here's a reply
thereto)

* Faheem Mitha (faheem@email.unc.edu) [010802 14:08]:
> 
> 
> On 2 Aug 2001, Sentiniate wrote:
> 
> > some months ago i wrote somewhere in the file system (maybe under
> > /etc) in an existing script that i do not remember the command ntpdate
> > www.clock.org.
> > now i want to change server but i cannot find the script.
> > i tried grep -r /* ntp* but it finds /usr/sbin/nptdate and then tells
> > something like 'out of memory'
> > can anyone help me?
> > thanks 
> 

maybe something like this would lighten your load a bit:

find / -type f -perm +0444 -print0 | xargs -0 grep ntp

Vineet

Attachment: pgpjm4BRqdGzZ.pgp
Description: PGP signature


Reply to: