矯正Linux系統時間

回覆文章
schumi
Site Admin
文章: 696
註冊時間: 2004-04-15 14:30:34

矯正Linux系統時間

文章 schumi »

此文章是從 http://www.dreamer.cc/xoops/modules/new ... storyid=15 轉載而來!

1. 檢查系統是否已安裝 ntp 套件

2. 指令
ntpdate -s time.stdtime.gov.tw 或是 tock.stdtime.gov.tw
hwclock --systohc

3. 若要設定每天執行一次,可於 /etc/cron.daily 新增指令檔 "ntpdate.sh",內容如下:
#! /bin/sh
ntpdate -s time.stdtime.gov.tw
hwclock --systohc

更改檔案屬性為 755
chmod 755 /etc/cron.daily/ntpdate.sh
回覆文章

回到「Linux」