Posted
Filed under Linux
[원본] http://www.imcore.net/linux-crontab-auto-time-synchronization-%EC%9E%90%EB%8F%99-%EC%8B%9C%EA%B0%84-%EB%8F%99%EA%B8%B0%ED%99%94/
 
root 권한을 권장합니다.
# crontab 추가(5분마다 실행)
crontab -e [엔터]
*/5 * * * * rdate -s time.bora.net && /sbin/clock -w
[저장후 빠져나가기]
# crontab 확인
crontab -l
# crontab 서비스 재시작
service crond restart
2013/12/30 16:42 2013/12/30 16:42