Linux: Difference between revisions

From roonics
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Linux=
=Linux=
==Useful Commands==
==Useful Commands==
====test====
====Show what is listening on what port====
<pre>netstat -tulpn | grep LISTEN</pre>
 
Example output:
 
====test1====
====test1====



Revision as of 15:24, 12 March 2019

Linux

Useful Commands

Show what is listening on what port

netstat -tulpn | grep LISTEN

Example output:

test1