Skip to content

Commit

Permalink
* Added command for netstat with sudo. Thanks to p4ul.
Browse files Browse the repository at this point in the history
  • Loading branch information
António P. P. Almeida committed Nov 18, 2012
1 parent b68411f commit 038ede7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,10 @@ are **separate** by default.
And like this for TCP sockets:

netstat -t -l


or
sudo netstat -t -l -p

It should display the PHP CGI socket.

Note that the default socket type is UNIX and the config assumes
Expand Down

0 comments on commit 038ede7

Please sign in to comment.