| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| X-Injected-Via-Gmane: | http://gmane.org/ |
| Path: | not-for-mail |
| From: | Sam Steingold <sds AT gnu DOT org> |
| Newsgroups: | gmane.os.cygwin |
| Subject: | bug: hard links to soft links do not work |
| Date: | 01 Aug 2002 14:19:11 -0400 |
| Organization: | disorganization |
| Lines: | 21 |
| Message-ID: | <sa0eldimogw.fsf@glip.premonitia.com> |
| Reply-To: | sds AT gnu DOT org |
| NNTP-Posting-Host: | 65.114.186.226 |
| Mime-Version: | 1.0 |
| X-Trace: | main.gmane.org 1028225916 29355 65.114.186.226 (1 Aug 2002 18:18:36 GMT) |
| X-Complaints-To: | usenet AT main DOT gmane DOT org |
| NNTP-Posting-Date: | Thu, 1 Aug 2002 18:18:36 +0000 (UTC) |
| X-Attribution: | Sam |
| X-Disclaimer: | You should not expect anyone to agree with me. |
| User-Agent: | Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
cygwin does not handle hard and soft links together: $ echo "foo" > foo $ ln foo 1 $ cat 1 foo ; GOOD! $ ln -s 1 2 $ cat 2 foo ; GOOD! $ ln 2 3 $ cat 3 <some binary data instead of "foo"> $ I.e., hard links to soft links do not work. -- Sam Steingold (http://www.podval.org/~sds) running RedHat7.3 GNU/Linux <http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/> <http://www.mideasttruth.com/> <http://www.palestine-central.com/links.html> Our business is run on trust. We trust you will pay in advance. -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |