文件操作 - hwclock-set
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/udev/hwclock-set
编辑文件内容
#!/bin/sh # Reset the System Clock to UTC if the hardware clock from which it # was copied by the kernel was in localtime. dev=$1 if [ -e /run/systemd/system ] ; then exit 0 fi /sbin/hwclock --rtc=$dev --systz /sbin/hwclock --rtc=$dev --hctosys
修改文件时间
将文件时间修改为当前时间的前一年
删除文件