Typically, these directories or files are written by a PHP program as an administrator user, and users under the general virtual host user name do not have the permissions of the Administrator user group and cannot be deleted.
Have you ever seen a virtual host using Linux? Cannot delete some folders and files in the Web site path via FTP
We can put the following PHP code into the corresponding virtual host space to run, as prompted to enter a folder or file name can be. (Note that the relative path is best used here.) )
<?php/* ### #警告 The software is a space maintenance tool, please delete this file immediately after use www.exehack.net * *?>
To prevent errors, you can download the file directly and upload it to the virtual host.
Download Address: Download locally
Download it and then upload the exehack.php to the virtual host root directory, and then access the file.
namely http://www.exehack.net/exehack.php
For example, delete the Min folder so that the following settings:
You can then refresh the virtual host to discover that the file has been deleted.