1

How to check if port is in use and Listen on Ubuntu

Need to Check the default ports that are listen currently in Ubuntu . how can check that the ports are listening by using the command

Portmap Add a comment
jack
asked Jun 20 2019
edited Jun 20 2019

Answer

1

Use the following command to check the default ports listen

# netstat -tupln | grep LISTEN
Add a comment
linuxhelp
asked Jun 20 2019
Post your Answer