cat /etc/localtime rm /etc/localtime ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime ## crontab 등록 ##vi /etc/crontab ## time sync ###04 */1 * * * root /root/localtime.sh ## rdate 설치 ##yum install rdate ## localtime.sh ##vi /root/localtime.sh #!/bin/shrdate -s time.bora.net