文件操作 - 95-hwe-eol
返回文件管理
返回主菜单
删除本文件
文件: /etc/update-motd.d/95-hwe-eol
编辑文件内容
#!/bin/sh # this stamp is created and updated by /usr/lib/update-notifier/update-motd-hwe-eol stamp="/var/lib/update-notifier/hwe-eol" # do not try to refresh this more than once per day [ -z "$(find "$stamp" -newermt 'now-1 days' 2> /dev/null)" ] && exit 0 if [ -x /usr/lib/update-notifier/update-motd-hwe-eol ]; then exec /usr/lib/update-notifier/update-motd-hwe-eol fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件