Linux 修改系统时间为当前日期之前的日期一分钟后自动修改为当前时间,

2024年11月17日 15:28
有4个网友回答
网友(1):

  • touch -t 201510111213.14 test.txt

    更改文件的时间为2015年10月11号12点13分14秒

  • touch 还有个参数-d 这个是以当前时间为基准,几天前这个时候

    touch -d "5 days ago"  test.txt

网友(2):

touch -t 201510111213.14 test.txt 更改文件的时间为2015年10月11号12点13分14秒 touch 还有个参数-d 这个是以当前时间为基准,几天前这个时候 touch -d "5 days ago" test.txt

网友(3):

智商75可以参加

网友(4):

是否同步硬件时钟了? 是否配置的ntp?