I want to remove this folder : Name Name 1x05 name Formación
I have tried all I have seen on internet :
find -maxdepth 1 -inum INODE_NUMBER -exec rm -i {} \;
rmdir: wrong deleting './Name Name 1x05 name Formación': don't exist file or folder
Too I tried to use mc (Middnight Commander) , Krusader and any other methods I have seen on internet.
But is not posible. Give this problem.
We can enter in folder and to rename parent but we can't rename or delete this folder.
The problem is because is a folder with spaces and wrong chars and is not posible to change it. You can enter on folder but you can't remove or rename.
So is not duplicated. There is not any solution for this case on StackSchange.
I think the only solution would be edit directly inode to make renaming and be able to remove later, but I don't know how to do on Unix system.
System is Ubuntu but I suppose would be in any other system.
Any method to delete this folder or to edit directly folder name ?
Thanks.
rmdir: wrong deleting './Name Name 1x05 name Formación': don't exist file or folder
error message says that the problem is bigger than that. – G-Man Says 'Reinstate Monica' Oct 12 '17 at 21:32cd
into the bad directory? Can you rename the bad directory? Dols -laR
from the parent directory and post the output in your question. Do not respond in comments; [edit] your question to make it clearer and more complete. – G-Man Says 'Reinstate Monica' Oct 12 '17 at 21:38