| Author |
symbolic link
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
|
Does anyone know how to make a symbolic link in Linux? I need to link a file in one folder to another folder location
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
Use ln
|
 |
sasmit sahu
Greenhorn
Joined: Apr 12, 2002
Posts: 9
|
|
Use ln -s and your file name,only ln will create a hard link. Sasmit SCJP1.4
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: symbolic link
|
|
|