LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I link directories? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-link-directories-106037/)

Aerlock 10-19-2003 04:46 PM

How do I link directories?
 
I would like to put a couple of links in my home directory to some of my more commonly viewed directories, but I haven't managed to figure out how. I've tried 'link' but that doesn't seem to work with directories. What else should I try?

megaspaz 10-19-2003 04:48 PM

ln -s <target_file/directory> <link_name>

micxz 10-19-2003 04:51 PM

Also you should:
man ln
(Read about the difference between "Hard" and "Soft" links.)


All times are GMT -5. The time now is 05:28 PM.