$ ps auxww | grep ntp
ntpd 7005 0.0 0.0 3516 468 ? S 09:16 0:00 ntpd: ntp engine
root 7006 0.0 0.0 3516 192 ? Ss 09:16 0:00 ntpd: [priv]
user 8758 0.0 0.0 3708 784 pts/1 S+ 09:24 0:00 grep ntp
$ cat /etc/ntp.conf
cat: /etc/ntp.conf: Нет такого файла или каталога
$ cat /etc/ntpd.conf
# $OpenBSD: ntpd.conf,v 1.7 2004/07/20 17:38:35 henning Exp $
# sample ntpd configuration file, see ntpd.conf(5)
# Addresses to listen on (ntpd does not listen by default)
#listen on *
#listen on 127.0.0.1
#listen on ::1
# sync to a single server
#server ntp.example.org
# use a random selection of 8 public stratum 2 servers
# see http://twiki.ntp.org/bin/view/Servers/NTPPoolServers
servers 192.168.1.133
#servers 195.2.64.5