Thread: Cannot delete file with corrupted file name
hello,
have file cannot delete. name of file supposed baldo_2006-07-01.gif appears, command ls, baldo_2006-07-01?gif. if run command rm *, following message:i have try many other commands, sudo rm *, sudo rm -r *, sudo shred * , error message. think file name corrupted during copy process.code:rm: cannot remove `baldo_2006-07-01\016gif': no such file or directory
idea of command use rid of it?
look closeley command, typed file name wronginstead of backslash "\" need " - " , no 16 @ end.cannot remove `baldo_2006-07-01\016gif
correct command shouldnot delete it. must point command in directory file (is on desktop?) if on desktop typecode:rm baldo_2006-07-01.gifwrite instead ot user_name actual username.code:rm /home/user_name/desktop/baldo_2006-07-01.gif
regards
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Cannot delete file with corrupted file name
Ubuntu
Comments
Post a Comment