This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Linux / UNIX and the fly likes symbolic link Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "symbolic link" Watch "symbolic link" New topic
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
 
Similar Threads
How to install mutiple Java OS's on Mac?
configure JBoss to use static document hierarchy
Include html file from outside web application?
how to automatically lunch my app when windows boots?
Can't update to JDK 6 from 5 on Solaris