m****t 发帖数: 2684 | 1 不知从哪当了点.垃级,怎么也删不掉了.check 了文件属性,
-rw-r--r--
用 rm 和 chmod try 了无数遍也不管用.这儿是不是有什么trick.
谢 | a***t 发帖数: 39 | 2
Are you root user? Check the owner of the files, because only the owner has
the write permission (remove) on it. So, you have to br either the root or
owner.
【在 m****t 的大作中提到】 : 不知从哪当了点.垃级,怎么也删不掉了.check 了文件属性, : -rw-r--r-- : 用 rm 和 chmod try 了无数遍也不管用.这儿是不是有什么trick. : 谢
| m*****e 发帖数: 4193 | 3 To delete a file, you have to have w permission on the directory.
【在 m****t 的大作中提到】 : 不知从哪当了点.垃级,怎么也删不掉了.check 了文件属性, : -rw-r--r-- : 用 rm 和 chmod try 了无数遍也不管用.这儿是不是有什么trick. : 谢
| r********f 发帖数: 1 | 4
did you try to move it to a temprary directory, and then use "rm -rf" to
delete the directory. Sometimes, it works for me.
【在 m****t 的大作中提到】 : 不知从哪当了点.垃级,怎么也删不掉了.check 了文件属性, : -rw-r--r-- : 用 rm 和 chmod try 了无数遍也不管用.这儿是不是有什么trick. : 谢
| m****t 发帖数: 2684 | 5 I was told this files are 'locked'? who knows 'locked' meaning?
br />
【在 r********f 的大作中提到】 : : did you try to move it to a temprary directory, and then use "rm -rf" to : delete the directory. Sometimes, it works for me.
| c**t 发帖数: 2744 | 6 Try lsattr
【在 m****t 的大作中提到】 : 不知从哪当了点.垃级,怎么也删不掉了.check 了文件属性, : -rw-r--r-- : 用 rm 和 chmod try 了无数遍也不管用.这儿是不是有什么trick. : 谢
| m*****u 发帖数: 1342 | 7 Maybe there is strange characters in the filename. Try
ls -l firstletter_filename*lastletter
it may show you the actual name.
【在 c**t 的大作中提到】 : Try lsattr
|
|