Unable to remove the file with name contains '
Hello everybody!
I currently uploaded a file: Creativemarket 80's Retro Graphic Styles 213806.zip
The problem is Cpanel can not handle the file (unable to delete, rename, remove,...)
i.imgur.com/cXOJrbZ.png
FileOp Failure: Failed to move 'Creativemarket 80?s Retro Graphic Styles 213806.zip' to trash (System Error: No such file or directory)
I tried to remove the file using the "rm f", but I get stuck in the further step. It seems I need to type something here to remove the file. i am not expert in Linux, what should I type here to go further?
i.imgur.com/QrRdoBz.png
Thank you
-
Hello :) I believe the filename is causing problem here. Specially the "'s" in "80's". use the following command
rm -rf Creativemarket\ 80\'s\ Retro\ Graphic\ Styles\ 213806.zip
Thanks.
I really appreciate your help, but the file is still there. It causes trouble because it breaks the a database table related :(0 -
Hello :) Have you tried using quotes in the command? EX: rm "/path/to/file.name"
Thank you.0
Please sign in to leave a comment.
Comments
2 comments