Hello, I would like to know what is the QNX command to stop and start ntpd. I know that in Ubuntu the command is sudo /etc/init.d/ntp restart Thanks, Camilo
stop the process: "slay ntpd" start the process: "ntpd" maybe you need to configure your NTP daemon: http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/utilities/n/ntpd.html you have to call this as root e.g.: su root -c "slay ntpd"