Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Linux= | =Linux= | ||
==Useful Commands== | ==Useful Commands== | ||
==== | ====Show what is listening on what port==== | ||
<pre>netstat -tulpn | grep LISTEN</pre> | |||
Example output: | |||
====test1==== | ====test1==== | ||
Revision as of 14:24, 12 March 2019
Linux
Useful Commands
Show what is listening on what port
netstat -tulpn | grep LISTEN
Example output: