Hal Murray wrote: >>>[EMAIL PROTECTED] ~]$ strings /usr/sbin/ntpd|grep ntp.conf >>>/etc/ntp.conf > > >>In the RHEL case, this would find exactly the wrong copy of ntp.conf, >>being the one we were changing to no avail, not the one that NTP was in >>fact using. > > > It's even worse than that. You aren't even sure that's > the right copy of ntpd to be searching. > going back from who is using the relevant port is allways usefull ;-)
( cd /proc ; ls -l $(fuser -v -n udp ntp 2>/dev/null )/exe ) --> lrwxrwxrwx 1 root root 0 Sep 9 04:10 25843/exe -> /usr/sbin/ntpd uwe _______________________________________________ questions mailing list [email protected] https://lists.ntp.org/mailman/listinfo/questions
