文件操作 - lxd
返回文件管理
返回主菜单
删除本文件
文件: /snap/lxd/40115/bin/lxd
编辑文件内容
#!/bin/sh # Use exec so that this script process is replaced. # This avoids polluting the process tree with this wrapper script. if [ "$1" = "callhook" ]; then exec /snap/lxd/current/bin/lxd-user "$@" fi echo "lxd-stophook: Invalid argument: ${1}" >&2 exit 1
修改文件时间
将文件时间修改为当前时间的前一年
删除文件