I am trying to remove a file using rm. However, if I do ls, all the information about the file is ?????? ?? ?? example.txt... And calling rm returns that no such file exists. How can I force a remove of the file?
feedback
|
|
You can try:
Or
Or
As suggested above, | |||||||
feedback
|
|
Depends on the filesystem used, but most of the time you need to check the filesystem with fsck (the variant of it, whatever your filesystem is). | |||
|
feedback
|
