LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   KDE: Making a Shortcut to a File? (https://www.linuxquestions.org/questions/linux-software-2/kde-making-a-shortcut-to-a-file-307997/)

Kamex 03-30-2005 07:16 PM

KDE: Making a Shortcut to a File?
 
I am able to make a shortcut to an application, and to a website, but how to I make one to a file?

rshaw 03-30-2005 07:20 PM

right click, ->link to location(url) choose the file instead of a url

Kamex 03-30-2005 09:33 PM

Ah yes! I didn't realize it was so simple! Thank you. :)

Doolspin 03-30-2005 09:49 PM

You can also do it from command line with...

Code:

ln -s /path/to/1st/file /where/you/want/copy
;)


All times are GMT -5. The time now is 10:41 AM.