If you use a file manager very much, here's a neat trick you might find handy. Just run the following bash snippet. cd /home/$USER/Desktop ; Name=$(cat /etc/hostname) ; ln -s / $Name ; cd - Now look in your Desktop window, (on your Desktop, natch). Happy clicking. Bill