How to monitor ports in a linux machine, with single
command?

Answers were Sorted based on User's Feedback



How to monitor ports in a linux machine, with single command?..

Answer / chin

Using nmap.

Is This Answer Correct ?    16 Yes 3 No

How to monitor ports in a linux machine, with single command?..

Answer / rallapalli

#netstat -ant

Is This Answer Correct ?    4 Yes 0 No

How to monitor ports in a linux machine, with single command?..

Answer / sarath

netstat -anpc

a:all listening ports and established connections
n:numeric host:port values
p:programs
c:continuous monitor

Is This Answer Correct ?    3 Yes 1 No

How to monitor ports in a linux machine, with single command?..

Answer / venkat

netstat -ant

Is This Answer Correct ?    2 Yes 0 No

How to monitor ports in a linux machine, with single command?..

Answer / nikhil

nmap.localhost

Is This Answer Correct ?    2 Yes 2 No

How to monitor ports in a linux machine, with single command?..

Answer / sri krishna

nmap is not the default available command.we can use netstat
netstat -nl, netstat -nltp ,netstat -nulp

Is This Answer Correct ?    0 Yes 1 No

How to monitor ports in a linux machine, with single command?..

Answer / swapnil kadam

# namp (localhostname or local IP)

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Linux Commands Interview Questions

How many interfaces(ethernet cards) are working using single command?

0 Answers  


what is the command To print script arguments

4 Answers   Google,


What is file and example?

0 Answers  


in redhat Linux wat is the command to check at ahich date and time file was created?

16 Answers  


Why do we use cmake?

0 Answers  






What does r mean linux?

0 Answers  


How do I run whois command?

0 Answers  


How can you copy lines into the buffer in command mode?

0 Answers  


What is command to check ports running/used over local machine

0 Answers  


What is the ipconfig command for linux?

0 Answers  


How to block the message in wall command some students are send messages to all in the lab. please help me

5 Answers  


How can I delete a file in linux?

0 Answers  


Categories