环境: Ubuntu 18.04 安装任何软件后,都会出现安装文件夹下 ls -al 无法显示所有文件,文件夹的拥有者全部是当前登录用户。
rm -rf anaconda
无法删除,显示 anaconda 是 Directory ,不能删除(rmdir 也不行). 1
julyclyde 2 天前
啥叫安装文件夹?
你自己编译的? |
2
thinkershare OP @julyclyde 不是的,例如我使用 anaconda.sh 将 Anaconda 安装到我自己的用户目录: ~/anaconda ,然后 anaconda 文件夹就无法被删除。
|
3
NevadaLi 1 天前
@thinkershare 使用绝对路径,/usr/bin/ls -al
|
4
julyclyde 1 天前 1
|
5
thinkershare OP |
6
NevadaLi 1 天前
@thinkershare 换个用户试试
|
7
thinkershare OP @julyclyde 都是/bin/ls 和/bin/rm
rm -rf 的时候 rm: cannot remove 'lib/python3.12/site-packages/setuptools/_vendor/importlib_resources': Directory not empty rm: cannot remove 'lib/python3.12/site-packages/cryptography': Directory not empty rm: cannot remove 'lib/python3.12/site-packages/tests': Directory not empty rm: cannot remove 'lib/python3.12/site-packages/pip': Directory not empty rm: cannot remove 'lib/python3.12/site-packages/conda': Directory not empty rm: cannot remove 'lib/python3.12/site-packages/pkg_resources': Directory not empty |
8
julyclyde 13 小时 30 分钟前
@thinkershare 你这系统有啥特殊之处吗?比如特殊的操作系统、容器、虚拟机、存储?
是从某时刻开始发生的故障吗还是从来都如此? |
9
thinkershare OP @julyclyde 没啥特别之处,技术售后现在在排除文件系统的问题。暂时还没找到。我怀疑是文件系统出故障了。
|