.user.ini': Operation not permitted
1.首先找到文件的具体路径
2.采用命令 chattr -i .user.ini 取消掉无法修改权限
3.再采用 rm -rf .user.ini即可完成删除