About 89 results
Open links in new tab
  1. How do I interpret 'netstat -a' output - Stack Overflow

    How do I interpret 'netstat -a' output Asked 17 years, 8 months ago Modified 2 years, 11 months ago Viewed 84k times

  2. has netstat been replaced with a new tool? - Ask Ubuntu

    Apr 16, 2018 · the netstat command has been deprecated in favor of the faster, more human-readable ss command. See recommendations from RHEL 7, Debian, and Arch Linux regarding the …

  3. Command line for looking at specific port - Stack Overflow

    Aug 17, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific port …

  4. 21.10 - netstat: command not found - Ask Ubuntu

    55 I installed xampp to run a server as part of a guide, but it wasn't working. After trying to run it from command line, I got the following output: ... The line of interest is netstat: command not found I tried …

  5. What does the -tulpn option mean for netstat? - Ask Ubuntu

    Mar 16, 2020 · For finding out which ports of the machine are being opening by which services, I used: netstat -tulpn I checked the man page for netstat command, but I found nothing about this option. …

  6. How to check opened/closed ports on my computer? - Ask Ubuntu

    How to check the opened/closed ports on my computer? I used netstat -a on command line. Does the port status "LISTENING" indicate that the port is open? Is any port, that is not shown in the output,

  7. netstat or alternative in docker ubuntu server 16.04 container

    Was netstat removed in 16.04? Is there an alternative to netstat available in 16.04? Or how do I install netstat in 16.04? I am running an ubuntu:16.04 container in docker for Windows, it seems that

  8. Difference between netstat and ss and how to convert commands?

    Mar 26, 2020 · 0 I stumbled across this post while researching netstat -> ss conversion. Outstanding table but I wanted to point out one thing in particular... the man page description for the netstat -s …

  9. Format of IPv6 addresses in the netstat output - Ask Ubuntu

    Oct 9, 2016 · When I use netstat -n, it won't display the whole IPv6 addresses. The local ip address is in this format xxxx:xxxx:xxxx:xxxx:portNum, so just a part of the address is displayed.

  10. netstat -b equivalent with Powershell - Stack Overflow

    Nov 14, 2024 · 2 I am looking for equivalent to netstat -b written in Powershell. Microsoft writes: Displays the executable involved in creating each connection or listening port. In some cases well-known …