Xref: utzoo comp.sys.att:8273 unix-pc.general:4340 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!bronsard From: bronsard@m.cs.uiuc.edu (Francois Bronsard) Newsgroups: comp.sys.att,unix-pc.general Subject: link of directory Keywords: link Message-ID: <1989Dec14.210712.21973@ux1.cso.uiuc.edu> Date: 14 Dec 89 21:07:12 GMT Sender: news@ux1.cso.uiuc.edu (News) Reply-To: bronsard@m.cs.uiuc.edu.UUCP (Francois Bronsard) Organization: University of Illinois, Dept. of Comp. Science, Urbana Lines: 17 I am using an unix system V that doesn't allow symbolic link to directory. I was told that I could get around that by using the system call link if I am root. However this will create an hard link, so I was also warned that this might be a dangerous idea. My question now is: How dangerous? Specifically I only want to add to my top directory a link to Filecabinet (the reason being that I am using a MsDos program that doesn't understand lowercase characters so it cannot find the directory Filecabinet, so I thought of adding a link to it called FILES to be able to access Filecabinet). In that specific case what are the exact dangers and problems with creating a second hard link to a directory? (I emphasize this specific case because I know that one could for example create a loop of links which, I have no doubt, would make the system crash sooner or later). Please reply by e-mail, I don't read this newsgroup often. Francois