Forced to delete .user.ini

Ado directly on the command

chattr -i .user.ini # Unlock

chmod -R 777 .user.ini # 777 Fu

 rm -rf .user.ini # delete files

Guess you like

Origin blog.csdn.net/weixin_44434789/article/details/91044761