I have these two files in my home directory that I am unable to delete:-
-rw-rw-r-- 1 steve steve 20551 Jan 27 23:51 \home\steve?esult_picture.png
-rw-rw-r-- 1 steve steve 22238 Jan 27 23:54 \home\steve?esult.png
The error messages are:-
rm: cannot remove 'homesteve?esult_picture.png': No such file or directory
rm: cannot remove 'homesteve?esult.png': No such file or directory
chmod gives a very similar error
touch '\home\steve?esult_picture.png'
sudo rm -f '\home\steve?esult_picture.png'
touch '\home\steve?esult.png'
sudo rm -f '\home\steve?esult.png'
does not remove them either.
I'm fairly sure they were created in error using a python script.
Using Windows Explorer to view the smb share they are called _1UPF8~X.PNG and _UYBX6~Q.PNG and are viewable as pictures as one would expect. I can't do anything else with them though due to lack of appropriate permissions.
Any idea how I can remove them?
Steve