Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 21 Aug 2001 08:38:54 -0700 From: nasser abbasi Subject: /usr/bin and /bin, same directory? and other weirdness To: cygwin AT cygwin DOT com Message-id: <002a01c12a57$63340740$1eea65d8@me> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Mailer: Microsoft Outlook Express 6.00.2462.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 3 X-MSMail-priority: Normal References: <200108211025467 DOT SM00159 AT remote DOT oncores DOT com> hi; cygwin 1.3.2 on win2k. installed under c:\cygwin. look how weird: compare c:\cygwin with "/", OK: bash-2.05$ ls /cygdrive/c/cygwin | wc 12 12 81 bash-2.05$ ls / | wc 12 12 81 compare c:\cygwin\usr\bin with /usr/bin shows different directory! bash-2.05$ ls -l /cygdrive/c/cygwin/usr/bin | wc 1 2 8 bash-2.05$ ls -l /usr/bin | wc 601 5484 40130 Also, /usr/bin and /bin seems to be the same directory. ls -l does not show a soft link. Is this a hard link? why ls -l does not say so? bash-2.05$ ls -l /bin | wc 601 5484 40130 bash-2.05$ ls -l /cygdrive/c/cygwin/bin | wc 601 5484 40130 what Ami missing? Nasser -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/