A folder was created in my home folder (not by anyone), and I cannot see the folder contents. She has root privileges, but when the nautilus root access the folder is empty. When I try to remove it, it will appear to remove more than 1 million files from my computer, and I do not know what these files are.
How i can see these files? the name of folder created is "4F8ZBREShQ". I'm scared about it...
ls -ld 4F8ZBREShQ
and coypy-paste the output into your question. In case there are non-printable characters in the name: if this tells you “No such file or directory”, runls -lA
and copy-paste the line corresponding to this file. I may have other questions depending on the output. – Gilles 'SO- stop being evil' Feb 28 '14 at 19:44drwxr-xr-x 2 root root 262000640 Fev 24 22:56 4F8ZBREShQ
– user68624 Feb 28 '14 at 19:53ls -lU 4F8ZBREShQ | head -n 30
to see the names of a few files in that directory. Has your computer crashed recently (especially around Feb 24 22:56)? – Gilles 'SO- stop being evil' Feb 28 '14 at 19:57