我拥有删除文件夹的所有必要权限
ls -l
drwxrwxrwx 1 user user 4096 Oct 15 16:20 WindowsApps
但是在尝试删除文件夹时
sudo rm -r -f WindowsApps
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_neutral_split.scale-125_8wekyb3d8bbwe/Assets': Directory not empty
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_neutral_~_8wekyb3d8bbwe/AppxMetadata/AppxBundleManifest.xml': No such file or directory
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_x64__8wekyb3d8bbwe/AppxMetadata/CodeIntegrity.cat': No such file or directory
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_x64__8wekyb3d8bbwe/Assets/JumpList': Directory not empty
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_x64__8wekyb3d8bbwe/Bundle/assets/src/windows/app/assets': Directory not empty
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_x64__8wekyb3d8bbwe/Bundle/index.bundle': No such file or directory
rm: cannot remove 'WindowsApps/Microsoft.GamingApp_2008.1001.11.0_x64__8wekyb3d8bbwe/microsoft.system.package.metadata': Directory not empty
即使我尝试通过 cd 将单个文件删除到文件夹中
sudo rm -r AppxBundleManifest.xml
rm: cannot remove 'AppxBundleManifest.xml': No such file or directory
该文件夹是 Windows Xbox 游戏通行证的残余,其相应的 Windows 安装已被删除。我也尝试从新的 Windows 安装中删除。此文件夹位于我的外部硬盘上,其他文件夹不受此行为的影响。
ls -l 用于文件夹中的文件
-rwxrwxrwx 2 user user 12502 Aug 30 01:26 AppxBundleManifest.xml