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 && mean in linux?
What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?
How many commands are there in linux?
What is filter command in unix?
in unix how to change old name to new name
How do you limit memory usage for commands?
1. Why "d" is postfix in almost every service name of Linux like httpd, dhcpd? 2. how to restrict su & ssh services for some users? 3. how can we configure a default gateway for 10 n/w cards in a server?
How do I overclock my cpu?
Which command puts a script to sleep untill a signal is recieved?
How use linux command line?
what command would you use to find the hostname of the server if yo ony have the ip address?
what are the init levels in Linux?