文件操作 - msmtp.config
返回文件管理
返回主菜单
删除本文件
文件: /var/lib/dpkg/info/msmtp.config
编辑文件内容
#!/bin/sh set -e if [ -e /usr/share/debconf/confmodule ] ; then . /usr/share/debconf/confmodule fi if [ "${1}" = "configure" ]; then if [ -n "${2}" ]; then db_fget msmtp/security-information seen || true if [ "${RET}" = "false" ]; then db_input critical msmtp/security-information || true fi else db_fset msmtp/security-information seen true || true fi fi db_input high msmtp/apparmor || true db_go
修改文件时间
将文件时间修改为当前时间的前一年
删除文件