NTPサーバーから時刻を同期 - linux
# vi /etc/cron.daily/ntp.cron
↓
#!/bin/sh
/usr/sbin/ntpdate xxx.xxx.xxx.xxx
# chmod 755 /etc/cron.daily/ntp.cron
↓
#!/bin/sh
/usr/sbin/ntpdate xxx.xxx.xxx.xxx
# chmod 755 /etc/cron.daily/ntp.cron
« メールのタイムスタンプ - client側 l ホーム l NTPサーバーの変更 - Active Directory(windows server or client)の場合 »