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

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

0 Answers  


What is umask 000?

0 Answers  


What is kill command?

0 Answers  


have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?

5 Answers   HP,


Which of the following tasks cannot be accomplished with the touch command?

0 Answers  






What is kill 9 in linux?

0 Answers  


The head command writes the how many lines of a file to screen?

0 Answers  


What is s in permission linux?

0 Answers  


What is the makefile in c?

0 Answers  


Why echo is used in linux?

0 Answers  


what is the command for finding the higest memory occupied file in linux?

9 Answers   IBM,


What is type command in linux?

0 Answers  


Categories