find . -type d -exec chmod +x {} \\;
我发现上述命令不是解决方案。
我无法更改到目录,但我可以用列出其内容ls -la
,它看起来像这样。
d????????? ? ? ? ? ? .
d????????? ? ? ? ? ? ..
?????????? ? ? ? ? ? '30drop - Tools For The Dimensional Step [2015] [FLAC]'
?????????? ? ? ? ? ? 'Ada Kaleh - Zâna Zorilor'
?????????? ? ? ? ? ? 'Aes Dana - Perimeters [2011] [FLAC]'
?????????? ? ? ? ? ? 'After Hour - Feel It & Waterfalls [1991] [FLAC]'
我尝试更改所有者,并尝试将权限设置为 777,但都不起作用。要么这样,要么那样permission denied
。operation not permitted
文件肯定在那里,而且没有被删除,但我如何重新获得对它们的访问权限?
我真的不知道为什么chmod -x
递归命令会如此危险,但它确实是如此。