sudo netstat -tupln
^^ running as sudo gives you more results (especially for getting PIDs)
^^^ t flag is for tcp
^^^^ u flag is for udp
^^^^^ p flag is to get the PID of the service listening on that particular port
^^^^^^ l flag is to list all listening ports
^^^^^^^ n flag is so there is no name resulotion for ports, so you get output like "0.0.0.0:80" and not "0.0.0.0:http"
sudo netstat -tupln
^^ running as sudo gives you more results (especially for getting PIDs)
^^^ t flag is for tcp
^^^^ u flag is for udp
^^^^^ p flag is to get the PID of the service listening on that particular port
^^^^^^ l flag is to list all listening ports
^^^^^^^ n flag is so there is no name resulotion for ports, so you get output like "0.0.0.0:80" and not "0.0.0.0:http"
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |