| # vi /etc/rc.conf |
| ntpdate_enable="YES" ntpdate_flags="time.bora.net" |
crontab을 편집하여 매일 한번씩 시간 동기화
| # vi /etc/crontab |
| 7 0 * * * root ntpdate -s time.bora.net |
| # vi /etc/rc.conf |
| ntpdate_enable="YES" ntpdate_flags="time.bora.net" |
| # vi /etc/crontab |
| 7 0 * * * root ntpdate -s time.bora.net |