I noticed there is a folder titled "~" - no quotes, in my home directory. If I delete it, it instantly reappears. Why is this there and how can I make it go away?
I noticed there is a folder titled "~" - no quotes, in my home directory. If I delete it, it instantly reappears. Why is this there and how can I make it go away?
Next time you can run
lsof | grep /home/**yourusername**/~
and see what process is creating the file or has it open.