5
“无法删除'some_directory':目录不为空”
我试图删除一些目录,但是 $ rm DE.aspx_files -r rm: cannot remove `DE.aspx_files': Directory not empty 但是列出其内容不会返回任何内容 $ ls DE.aspx_files $ 添加:实际上 $ ls -la DE.aspx_files total 4 drwx------ 1 ting ting 4096 Sep 14 20:48 . drwx------ 1 ting ting 0 Sep 13 22:34 .. -rw------- 1 ting ting 0 Sep 13 22:34 …
27
directory