Linux Commands Question: Download Linux Commands PDF

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

Tweet Share WhatsApp

Answer:

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

Download Linux Commands PDF Read All 23 Linux Commands Questions
Previous QuestionNext Question
What is the status code 403,404 represented in apache server?Explain Difference between swap partition and swap file?