在给chmod -R 777 dvwa时,我得到以下错误:
root@localhost:/var/www/html # chmod -R 777 dvwa
chmod: cannot access 'dvwa/.git/objects/pack/.l2s.tmp_idx_oywRqJ0001': Operation not permitted我该怎么办?
发布于 2020-07-05 19:27:41
我不知道为什么错误消息是Operation not permitted,但您显然不能更改不存在文件的权限。
在这种情况下,似乎有一个种族的条件。在读取目录内容后删除该文件。
https://unix.stackexchange.com/questions/596628
复制相似问题