1 2 3 4 5 6
help: Show peer status of network time daemon run: if ps -C &>/dev/null ; then ntpdc -n -c peers else echo NTP daemon disabled fi