Hmm, following this with argus eyes!
I also got a zipfolder, sent by some "Windozer", some time ago containing a folder with music. Once extracted there seems no way to get rid of it. Folder name seems OK but the files inside have the same � (I think that is what you see?)
Not as user, not as root and even not from a live CD I can remove it!
Renaming fails as well. I am not trying to "steal" this thread but if a solution comes up for your problem it might serve me as well, you see.
Your PCLinuxOS has been set up to use UTF-8 while the name of the directory was probably created with another encoding. You can usually remove the files one by one with the command rm <name of file> or the whole folder with rm -rf <name of folder> replacing the offending characters in <name of file/folder> with the wildcards "?" (for a single character) or "*" (for any number of characters or an escape sequence). Just quoting the name is not always enough.
I wish you was right here .....
After trying as user I went for root. The "rm" command seems to break up and ... well, look for self:
[root@linux Andrea Berg - Traume lugen nicht]# rm 01 - Andrea Berg - Warum nur tr?umen.mp3
rm: cannot remove `01': No such file or directory
rm: cannot remove `-': No such file or directory
rm: cannot remove `Andrea': No such file or directory
rm: cannot remove `Berg': No such file or directory
rm: cannot remove `-': No such file or directory
rm: cannot remove `Warum': No such file or directory
rm: cannot remove `nur': No such file or directory
rm: cannot remove `tr?umen.mp3': No such file or directory
[root@linux Andrea Berg - Traume lugen nicht]#
Mind you I cannot rename the files ....
Tried rm -rf against the folder and look:
[root@linux Music]# rm -rf Andrea Berg - Traume lugen nicht
[root@linux Music]#
Now you would think the folder is gone ...... Wrong! It's here to stay ....
Unbelievable stuff
