Create shortcut to a folder in desktop


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Open terminal
  2. cd Desktop
  3. ln -s /mnt/usbdrive
  4.  
  5.  
  6. ln -s
  7. 'ln' creates a "Link" between two files/folders.
  8. The '-s' flag means "Symbolic", so you created symbolic link to desktop.

URL: http://www.fedoraforum.org/forum/showthread.php?t=32760

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.