Bill Vance wrote: > Oops! The wordwrapping made it a little less plain than > intended. Try it this way. > > > cd /home/$USER/Desktop > Name=$(cat /etc/hostname) > ln -s / $Name > cd - Or just a single command: ln -s / ~/Desktop/$(cat /etc/hostname) But what's it good for? Nils