LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   creating folder shortcuts (https://www.linuxquestions.org/questions/linux-newbie-8/creating-folder-shortcuts-310152/)

trumpetdork 04-05-2005 08:29 PM

creating folder shortcuts
 
I'm trying to create a shortcut to some of the folders I open use in Linux but are buried deep in the folder structure. How do I do this? Note this isn't a program shortcut, it's a FOLDER shourtcut.

I'm using Fedora 3.

masonm 04-05-2005 08:47 PM

ln -s <target folder> <link name>

joesbox 04-05-2005 08:47 PM

the best thing to do is use the command line.

here is the basic command
Code:

ln -s TARGET... DIRECTORY
this is called a symbolic link
you can get more info by either reading the manual
Code:

man ln
or by using
Code:

ln --help
hope that this helps.


All times are GMT -5. The time now is 11:34 AM.