Editing Main Page

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1,308: Line 1,308:
* https://wiki.linuxfoundation.org/networking/iproute2_examples – IPROUTE2 Utility Suite Howto
* https://wiki.linuxfoundation.org/networking/iproute2_examples – IPROUTE2 Utility Suite Howto
* https://linuxize.com/post/check-listening-ports-linux/ – how to check for listening ports in Linux ("ports in use")
* https://linuxize.com/post/check-listening-ports-linux/ – how to check for listening ports in Linux ("ports in use")
* https://www.lisenet.com/2013/finding-open-ports-and-listening-services-on-linux/ – Finding Open Ports and Listening Services on Linux: nmap, '''netstat''', '''lsof''' and '''ss'''
* https://www.lisenet.com/2013/finding-open-ports-and-listening-services-on-linux/
* https://www.lisenet.com/tag/netstat/
* https://www.lisenet.com/tag/netstat/
* https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/ – great article showing how to do modern Linux networking on the command line
* https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/ – great article showing how to do modern Linux networking on the command line
Line 1,316: Line 1,316:
How to get a list of all listening ports:
How to get a list of all listening ports:
<pre>
<pre>
$ sudo yum install …
$ sudo ss -tunlp
$ sudo ss -tunlp
</pre>
</pre>
Please note that all contributions to wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wiki:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)