【已解答】宝塔无法删除文件
防篡改功能已经关闭,还是无法删除,更改文件权限您好,看下文件权限是什么状态
lsattr
大炮运维V587 发表于 2021-7-21 22:49
您好,看下文件权限是什么状态
# lsattr |grep my-sites.php
----i--------e-- ./my-sites.php
# lsattr |grep authorize-application.php
----i--------e-- ./authorize-application.php
# lsattr |grep admin-header.php
----i--------e-- ./admin-header.php
# lsattr |grep link-add.php
----i--------e-- ./link-add.php
# lsattr |grep user-new.php
----i--------e-- ./user-new.php
# lsattr |grep maint/
大炮运维V587 发表于 2021-7-21 22:49
您好,看下文件权限是什么状态
权限也挺正常的呀 大炮运维V587 发表于 2021-7-21 22:49
您好,看下文件权限是什么状态
chattr -i
这个怎么批量解锁啊 Saiy 发表于 2021-7-22 23:06
chattr -i
这个怎么批量解锁啊
chattr -i 要解锁的文件
chattr -i -R 要解锁的文件夹下的文件
页:
[1]