Linux Commands Question:

How to monitor ports in a linux machine, with single command?

Linux Commands Interview Question
Linux Commands Interview Question

Answer:

nmap is not the default available command.we can use netstat
netstat -nl, netstat -nltp ,netstat -nulp


Previous QuestionNext Question
What is the status code 403,404 represented in apache server?Explain Difference between swap partition and swap file?