Linux Commands Question:
Download Questions PDF

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

Answer:

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

Download Linux Commands Interview Questions And Answers PDF

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