Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java中有什么方法可以删除没有删除权限的文件吗?
不,如果您没有权限,则无法删除文件。如果您有写权限,您可以将其设为空白。
好吧,如果您在此处提到 shell 脚本,则可以部分解决:如果您使用的是 unix,并且您的用户可以运行sudo执行外部命令,例如sudo rm -f YOUR_PATH.
sudo
sudo rm -f YOUR_PATH