Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!email!swdsrv.edvz.univie.ac.at!tom From: tom@itc.univie.ac.at (Tom Kovar) Newsgroups: comp.unix.questions Subject: Re: Two links to a directory? Keywords: links,SysV,directory Message-ID: <1991Jun25.081938.25505@swdsrv.edvz.univie.ac.at> Date: 25 Jun 91 08:19:38 GMT References: <2030@tssi.UUCP> Sender: news@swdsrv.edvz.univie.ac.at Organization: Inst. of Theoretical Chemistry, University of Vienna Lines: 10 Nntp-Posting-Host: luchs.itc.univie.ac.at In article <2030@tssi.UUCP> tssi!nolan writes: >Browsing around on my NCR Tower (SVR2) trying to solve a problem with lock >files not being deleted by uucico, I discovered that there appear to be two >links to a directory, although I had thought that was not permitted in unix. >(multiple file links, yes, but not multiple directory links) Not so fully true. The superuser may generate directory hard links (see link(2v)); if not, it would not be possible to have the . and .. entries in the directory :-) Tom