2017年10月12日 星期四

[Linux] update time


暫停VM, 重開後的時間會是暫停VM時的時間, 不會自動更新時間


  • 查看現在時間
    • kaiyuan@linux:~$ date
      四  8月 31 19:42:44 CST 2017

  • 自動調整時間 ( 如果不是root, 要加 sudo )
    • kaiyuan@linux:~$ sudo ntpdate time.stdtime.gov.tw
      31 Aug 19:42:47 ntpdate[24982]: step time server 118.163.81.61 offset -25.997533 sec
      • 會顯示校正了多少時間

  • 手動調整時間
    • kaiyuan@linux:~$ sudo date -s 20170830
      三  8月 30 00:00:00 CST 2017
      • 如果只設定日期, 沒有設定時間, 時間就會從 00:00:00 開始

    • kaiyuan@linux:~$ sudo date -s 20170831 01:03:04
      date: the argument ‘01:03:04’ lacks a leading '+';
      when using an option to specify date(s), any non-option
      argument must be a format string beginning with '+'
      Try 'date --help' for more information.
      • 如果設定日期加時間, 但是沒有加雙引號, 就會出現上面的 error 訊息

    • kaiyuan@linux:~$ sudo date -s “20170831 01:03:04”
      四  8月 31 01:03:04 CST 2017


沒有留言:

張貼留言