Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sco 5.0.7: How do you check to see if NTP is installed?

Status
Not open for further replies.
May 30, 2002
105
US
Hello All,

How do you check to see if NTP is installed on Sco 5.0.7?


Thanks!
 
it should be installed by default on the enterprise system (ie not host).
ps -ef | grep ntpd will show you if the daemon is running.
ntpdate can be used as a manual update.

man ntpd will give you the command line switches.
 
On my Sco 5 box, its xntpd. You can use ntpdate <server> to update it via a cron job and avoid having the daemon running all the time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top