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 X-Authentication-Warning: mimosa.csv.warwick.ac.uk: phrxy owned process doing -bs Date: Mon, 23 Oct 2000 19:38:30 +0100 (BST) From: "John J. Lee" To: cygwin AT sources DOT redhat DOT com Subject: UNC paths and executables Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I installed cygwin a few days ago, and was able to run some perl scripts over a windows fileshare using UNC names: //host/perl/site/bin/script.pl worked fine, unless I'm imagining things. Now, mysteriously, it has stopped working: $ cd //host/perl/site/bin/script $ ls [... lots, including script.pl ...] $ script.pl bash: //host/perl/site/bin/script.pl: No such file or directory $ //host/perl/site/bin/script.pl bash: //host/perl/site/bin/script.pl: No such file or directory $ ./script.pl bash: ./script.pl: No such file or directory $ less script.pl [script displayed fine by less] None of the other scripts work either, and they're all world-readable and world-executable. What's going on? John -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com