From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,96296bb60aa5db9 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Ada.Directories Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1o4hp0vtlenw0.jql7yewhhr4a.dlg@40tude.net> <1192912525.922514.185180@q3g2000prf.googlegroups.com> Date: Sun, 21 Oct 2007 15:26:36 +0200 Message-ID: <411h1vmet9dh$.uij5asq361ds$.dlg@40tude.net> NNTP-Posting-Date: 21 Oct 2007 15:26:41 CEST NNTP-Posting-Host: 3c3abb42.newsspool3.arcor-online.net X-Trace: DXC=n\7lf[?]ZZG0YVY]kmLTlDMcF=Q^Z^V3H4Fo<]lROoRA4nDHegD_]RES3Oeb3AQV8DDNcfSJ;bb[EIRnRBaCd@Tg_N2WK X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:2521 Date: 2007-10-21T15:26:41+02:00 List-Id: On Sun, 21 Oct 2007 15:05:57 +0200, Jacob Sparre Andersen wrote: > Dmitry A. Kazakov wrote: > >> "." is not a hard/soft link, > > On a Unix system it _is_ a hard link. AFAIK, no, because you cannot unlink it: $ mkdir Test $ ls -CFa Test ./ ../ $ Test/. $ ls -CFa Test ../ $ Test/.. $ ls -CFa Test Finally, as it should be from the very beginning! (:-)) [When links are reference counted, as IMO it is in Unix, then you obviously cannot introduce cycles without ruining the file system.] -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de