Hi All,
I am facing problem in creating softlinks in linux. Taking a case There is a file viz test.c in /root directory. I can create a soft link in the same directory. The command is "ln -s test.c link.c" If i try to create link for the same file in subdirectory or other path ,it says "symbolic broken link" The cmd is "ln -s test.c ./Mail/link.c" After this if now i give command "file link.c" it says symbolic broken link. How can I create soft link for a file across directories or different path. _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
