0

Check current listening port in linux

Hai...

I am new for linux, and i using centos. please help me to find current listening ports in linux....

Listener Add a comment
oliver
asked Aug 28 2017

Answer

0

hai... you can use "netstat" command for check the port numbers in linux. use this command with specific options like bellow.

# netstat -tulnp
Add a comment
piraisudanrajendran
asked Aug 28 2017
edited Oct 05 2018
Post your Answer