I want to write a shell script for getting NTP(Network Time Protocol) info for debian server.

How can I write, I don't know ?

link|improve this question

0% accept rate
1  
what are you trying to do: print out the time given by a remote server, or set the current machine's time with NTP? – Mat Jun 7 '11 at 16:27
feedback

2 Answers

Why are you writing your own? There are lots of existing tools to do this. openntp is one example. Look in aptitude.

Is there a reason you can't use the existing tools?

link|improve this answer
I smell coursework. – JCCyC Jun 7 '11 at 16:29
Not course work, I send this info to campfire message.It's for integration.Only I need NTP time info for server. – volkan Jun 8 '11 at 7:30
feedback

You probably want to take a look at ntpdate manpage for details on how to use this command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.