delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/05/24/04:42:16

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:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=rRRn+lJ
Dl1Zc08hk63pB+zu1qIWJF9kDTEHIGke3HIldHibu02B3Jo4BR5gvxeTPSSFCkIV
wRjhA/fMlVXfCBJOQ0IH1RgptY+wq1tyI4Apdsvm2eWSdqC+yhT6A2WsK7QR2Gaf
7GWZqasC8DKW5LNLEOtMKwoc1qi7RsxEAtBA=
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:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=lAYBGxoFsKdIj
hYcLgc6DOcqteI=; b=QOfYH0T330p2qjf/ihLDb0lpUFPHtdqVTRcgWSO8Y5gDz
FYczftV2koqEGn0aaSHJHCvoz6ZjNi+J7viEgzu6YLEv+ur06x1Zs1kb2Ko16XP9
8xVIgAxamFL+vZBJB894wRYCMtr7SJdD1duN+TKeTeH36leVzYolbNtgfKa7xk=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=scott, Scott, FHDATA, fhdata
X-HELO: mail-qt0-f175.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:in-reply-to:references:from:date :message-id:subject:to; bh=rSUOFmfJGfNKgPr5U+kcs/J0FyIRfy0rbyx61DJhJEs=; b=uje/haA+r6YIocwFnUYj1p5us/LxyqlqRojiEMsusHkNpI0i+X1Jo7T4T9aDxNuE8L G3OizJZXCXquf+9kNxKdBv0e7RPNv7ClbGYOPloQtLYGXF0BpBMEUyOfz/6jTEeR863J TKVnZzRWFzfLGrEOTKgCbxPa1yFrDhvSrO/uHZtB90ILnQKzVVTNldfyPUcPckFsmS7J xkkeGyCWOo/u6CVMFz6As2Q3jGLC24cFN4HrhPBnXWgMmGacKxraDRWpcOm7+gCMYY4D 0pFJY6J7aIs+EaZ46awIO94P93NxrcVCFqtTzNMce5i0zQFWvuqbnMhT2QMdqxSRpJwl v2Cg==
X-Gm-Message-State: ALKqPwdWwEOU5i/Q9T80U6xX4DiIcPCP6tTHrcp17Ue/LpYmmDnVqAlK OhU6FtQteFgOMEypSDPmXzu7Po1Ibnz3triezkU=
X-Google-Smtp-Source: AB8JxZoEeTYR4KL1bwlMrrhc9mjdHPlGNsQfae5HMSsQdzWI4kNMg0v7SyzEnqDpKk8ZRWATFiC5CwSuSWmA26xc+YQ=
X-Received: by 2002:aed:3536:: with SMTP id a51-v6mr6009029qte.96.1527151319468; Thu, 24 May 2018 01:41:59 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <alpine.LRH.2.21.1805231319070.27868@triton.unm.edu>
References: <alpine DOT LRH DOT 2 DOT 21 DOT 1805231319070 DOT 27868 AT triton DOT unm DOT edu>
From: Csaba Raduly <rcsaba AT gmail DOT com>
Date: Thu, 24 May 2018 10:41:58 +0200
Message-ID: <CAEhDDbDMWgyZ6GO3EGAAwEv65OK+1DwTgi4XJNDB5uACS75B4Q@mail.gmail.com>
Subject: Re: name of pkg contaning lsof and ...
To: cygwin AT cygwin DOT com

On 5/23/18, FHDATA wrote:
> what package(s) do i need to install to get  lsof and netstat ?
>

A search for lsof in the Cygwin package search:

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cblsof%5Cb&arch=x86_64

says that lsof is in the busybox package.

A search for netstat

https://cygwin.com/cgi-bin2/package-grep.cgi?grep=%5Cbnetstat%5Cb&arch=x86_64

returns no hits. You are probably out of luck with netstat:
https://cygwin.com/ml/cygwin/2006-07/msg00936.html

Csaba
-- 
You can get very substantial performance improvements by not doing the
right thing.
   - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformat way
to get the wrong information: this is what you want. - Scott Meyers
(C++TDaWYK)

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019