so if cron runs as root, I can have it run a ntpdate/rdate job. Theoretically
I have this
*/5 * * * * root /usr/bin/rdate -s 132.163.4.102
also tried
*/5 * * * * root /usr/bin/ntpdate 132.163.4.102
in my crontab, and it installs correctly, the /var/cron/log shows its running and what its running, so why isnt my date adjusting as it should? Any ideas, Its gotta be something small I am missing.