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 FC command?

0 Answers  


what is first RHEL 5.x version support ext4 filesystem?

2 Answers  


You have a computer with 80 GB hard disk and Ubuntu 8.04 is installed on entire hard disk. Now you have to create a seprate partition for Windows OS and Install Win Xp as Dual boot. write down the steps involed along with the commands.

8 Answers   Bhel, Indian Navy, Tata Steel Limited,


What is the status code 403,404 represented in apache server?

2 Answers  


Write a command that will display all .txt files, including its individual permission.

0 Answers  






Is llvm a compiler?

0 Answers  


What is the command to change from /etc/passwd file to /etc/shadow file?

4 Answers  


What is chainloading?

4 Answers  


How can we see the default gateway ip ini linux.

6 Answers  


What make install does?

0 Answers  


Which command is used to uncompress gzip files?

0 Answers  


What is the command to check cpu speed in linux?

0 Answers  


Categories