Robert Moonen | 8 Jan 11:07
Picon

Re: What's wrong with my gnome desktop? 选项

hengxing wrote:
> I don't know what my mistaken operation which makes all un-hidden
> files in my 'home' directory list on the desktop. And if I delete the
> file or directory on the desktop, it will remove the file in my 'home
> ' directory accordingly. It seem a hard link on the desktop which map
> to my 'home' directory. How can I remove it from the desktop?
>   

from /home/yourname/$

You will need to issue the command ls -la
Oh, and maybe do a ls -la Desktop as well,
from this listing you can see which one is the link, probably only a
soft link.
Then you can rm softlink, or whatever its name is.

cheers
Robert

Gmane