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 |
How do you check the disk usage in Linux?
What is bash command?
How do I change directories in linux command line?
How do I move to root in linux?
how many limitations of under directories in ext2/3 linux file system?
What is df command in linux?
How do makefiles work?
Explain about the command elm?
How do I find previous commands in linux?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
How do you copy in terminal?
When u comment the ctrl+alt+del trap in the /etc/inittab save the file. Tell the command to save the changes without rebooting the machine?