facebook twitter hatena line email

Linux/自動時間合わせバッチ

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
  1. /home/linux/autotime.sh [755]ファイルを作成
#!/sbin/sh
/usr/sbin/ntpdate ntp1.jst.mfeed.ad.jp > null
/sbin/hwclock --systohc
  1. cronに設定
# crontab -e
* 1 * * * sh /home/linux/autotime.sh