주어지면 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
어떻게 해야 합니까?
답변1
오류 메시지가 나타나는 이유는 모르겠지만 Operation not permitted
존재하지 않는 파일에 대한 권한은 변경할 수 없는 것 같습니다.
이 경우에는 경쟁 조건이 있는 것 같습니다. 디렉터리 내용을 읽은 후 파일이 삭제됩니다.