![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
On 05/02/2021 14.20, Stakanov wrote:
In data venerdì 5 febbraio 2021 12:15:30 CET, Dave Howorth ha scritto:
On Fri, 05 Feb 2021 10:07:59 +0100
...
Please show the actual commands you use to try to delete the file. "eliminate" in Dolphine as superuser.
with [code] unlink /home/entropia/? unlink: operando "/home/entropia/\320" in più [/code]
were "in più" is Italian locale and says: "extra operand"
Trick. Create this script: cer@Telcontar:~> cat /usr/local/bin/ingles #!/bin/sh LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ DICTIONARY=english \ KDE_LANG=en_US.UTF-8 \ LANGUAGE=en_US.UTF-8:en \ exec "$@" cer@Telcontar:~> Then you can do: ingles unlink /home/entropia/? and the result will be in English and everybody here can read it ;-)
Trying with rm: # rm /home/entropia/?
And that worked!
Notice that this deletes any (and all) files named as a single letter in the directory.
So it remains to ask for me: why would dolphin as superuser not work? (Showed permissions but could not change them and could not change name, etc).
My first suspicion would be partition needs fsck. -- Cheers / Saludos, Carlos E. R. (from 15.2 x86_64 at Telcontar)