LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   link (https://www.linuxquestions.org/questions/linux-software-2/link-67162/)

jacktibet 06-21-2003 10:46 PM

link
 
how to create the symobolic and hard?

trickykid 06-21-2003 11:16 PM

For just regular hard link:

ln <source-filename> <link-filename>

For symbolic links as or use the -s flag:

ln -s <source-filename> <link-filename>

This is all in the man pages you know.. ;)

man ln


All times are GMT -5. The time now is 05:48 AM.