In my Downloads folder when I run ls
I see the home directory, and I don't know why, I want to remove it but I am afraid to remove my home folder. Can anyone tell me how I can just remove the home directory in the Downloads folder and keep it in the root folder ?
here you can see a picture of what I get when I run ls
command in the Downloads directory:
when I run the command:ls -la
this what I get:
-rw------- 1 root root 1024 nov 28 20:24 ~
~
, not actually your home directory. – Celada Jan 13 '16 at 22:45echo $HOME
? – Paul Calabro Jan 13 '16 at 22:49ls -l ~/Downloads
produce? (I think @Celada is correct, just double-checking) – Fabby Jan 13 '16 at 23:02-rw------- 1 root root 1024 nov 28 20:24 ~
– rainman Jan 13 '16 at 23:18