How to monitor ports in a linux machine, with single
command?
Answers were Sorted based on User's Feedback
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 |
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 |
What does umask 022 mean?
Explain trap command of linux?
Explain about refer?
What does mkdir do in linux?
What Command used to lock user password?
What are the 7 types of sentences?
What is df command in linux?
Is llvm a virtual machine?
What does uname do in linux?
How will retrieves incoming mails from different web sites
How do I check terminal history?
How do I check disk space in bash?