文件操作 - trust-extract-compat
返回文件管理
返回主菜单
删除本文件
文件: /usr/libexec/p11-kit/trust-extract-compat
编辑文件内容
#!/usr/bin/bash set -e if test "$UID" != "0"; then echo "p11-kit: the 'extract-trust' command must be run as root" >&2 exit 2 fi if test $# -gt 1; then echo "p11-kit: no additional arguments are supported for this command" >&2 exit 2 fi exec /usr/bin/update-ca-trust
修改文件时间
将文件时间修改为当前时间的前一年
删除文件