Difference between revisions of "LISTEN"

From wikieduonline
Jump to navigation Jump to search
 
Line 5: Line 5:
 
[[macOS]]
 
[[macOS]]
 
  netstat -anp tcp | grep LISTEN
 
  netstat -anp tcp | grep LISTEN
 +
sudo lsof -i -P | grep "80 (LISTEN)"
  
 
  [[Listen addresses]] in [[postgresql.conf]]
 
  [[Listen addresses]] in [[postgresql.conf]]
  
  
{{netstat}}
+
== See also ==
 +
* {{netstat}}
 +
 
 +
[[Category:IT]]

Latest revision as of 18:26, 22 February 2024


netstat -vatunp

macOS

netstat -anp tcp | grep LISTEN
sudo lsof -i -P | grep "80 (LISTEN)"
Listen addresses in postgresql.conf


See also[edit]

Advertising: