问题描述:rm -rf test.txt提示以下错误
“rm: cannot remove ‘ test.txt ’: Operation not permitted”
查看:lsattr 文件名
修改:chattr -i/+i 文件名
之后即可正常执行删除操作。
ps: +i/-i 不可以对文件进行修改。
+a/-a 可以追加内容但不能删除。
simple-local-avatars
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /www/wwwroot/tangjiankang.top/wp-includes/functions.php on line 6114问题描述:rm -rf test.txt提示以下错误
“rm: cannot remove ‘ test.txt ’: Operation not permitted”
查看:lsattr 文件名
修改:chattr -i/+i 文件名
之后即可正常执行删除操作。
ps: +i/-i 不可以对文件进行修改。
+a/-a 可以追加内容但不能删除。