X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=xBhiwKaztliw+FqAgIX+5l9mn2QkG IilHrD3P/hnqimN+Zritquie6b8F3oCYdNk83UOwI/VoTvsCX3lscU6qnhXhXSZ2 UG0YkSSoAectYYtlNF8Ua5f9oyGBWBPxta8tz4KYCjk5edt9M9KNwuLYjJPjP2iw 2m/7amq0+kXUfg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=Bo7lC3ayqbH6fsmkAfoXrtHXy54=; b=Jfx yppYwqlDoNeFUseJ657KewoWeNcgtlGYyaN0r0GGsqRokh02WIKm4FGXKc2YbQ1Q jQQdJ6Eq+KgfgCrFBjsgWzf4zK8qcdtbtEitDiRsXzPIrMqPLhgDWX73NLg77trN LQGKM1DlFj35XrMhOeVqQMk2VdKNB+MBmzSs/W/w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HK_RANDOM_ENVFROM,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=ok, H*c:alternative X-HELO: mail-it0-f41.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=lTy/XSvP1Km04VNI6vETgSWHH/pZ0CYsWTHm/VM+o2E=; b=bkw+kfdQAGIQ1j9tGnc1+Rt+NYmmy7BMpWDt+i2pQI8Gm+mpZtebcsxFyM8YBi1/J5 wwn5Ngoj0mQ40K8BCXlyuRbLTegAq1F/GYY7gpmWYKztgSK5ic/3hVsqfVueEDpR11pa bm7BQzT5idR8Z1O24K2L2kYnL+136DSSRzZfl7QvGjmRf1CFnkcNGrq4MJ2C4HXbWssa ++HbhOOxOyD3YQXvqv9OVef8nbHZDw2JQBuqtA2PjNzTNVKK/hn28KI2aRiz6rQvO7gP hegzARKc72S4tPmfwFKg/+5QpX3LtGebBHaOTfJwUGGhF0uCdpt243oOZS/m8Hv4S1SR LPKg== X-Gm-Message-State: ALQs6tCnTwZavAKM8ifahHCnQDRxd4gcx56FfauuE8Whf8P6e9YOeVeY ESdQjDlo9TlFTVaUkx2G0BIUAP5YRm3Wf/rF8HD7Pg== X-Google-Smtp-Source: AIpwx49Xumk2q/mo3Px0zv0wsxtUr2ZPeiAPK05VRktR6e0qxzVBR2EQzrtoBQ09YN+wVR982pdoHXkCrrALYOj4/ak= X-Received: by 2002:a24:5081:: with SMTP id m123-v6mr700344itb.118.1522206814848; Tue, 27 Mar 2018 20:13:34 -0700 (PDT) MIME-Version: 1.0 From: Jay Cotton Date: Tue, 27 Mar 2018 20:13:34 -0700 Message-ID: Subject: Problem with NC.1.107 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Just installed nc 1.107-4 expecting to use it to debug some code. This is what I get when I try to run it. $ nc 192.168.1.135 23 bash: /usr/bin/nc: Permission denied The file permissions are messed up. $ file /usr/bin/nc /usr/bin/nc: writable, executable, regular file, no read permission I don't see the PE32+ executable (console) x86-64, for MS Windows string. here is the file in /usr/bin $ ls -l nc* -rwxr-xr-x 1 lbmgm lbmgm 24576 Mar 19 2013 nc.exe I looked at the make file, it seems to be o.k. for generating a runable program. (uses gcc) but I don't have enough stuff installed to allow a build. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple