How to Find Out Which Application Made an Internet Connection in Linux
Channel:
Subscribers:
54,600
Published on ● Video Link: https://www.youtube.com/watch?v=-LOPt2lQGQw
How to use Netstat to find out the Process ID (PID) of an application which made an Internet connection in Linux.
$ watch -n 0.5 sudo netstat -tup
$ watch -n 0.5 sudo netstat -tupn
$ watch -n 0.5 “sudo netstat -tup | tee -a /tmp.logfile.log”
Like my channel? Please help support it:
Patreon: https://www.patreon.com/quidsup
Paypal: https://www.paypal.me/quidsup
Follow me on Social Media
Google+ https://google.com/+quidsup
Twitter: https://twitter.com/quidsup
Minds: https://minds.com/quidsup
Other Videos By quidsup
Tags:
Terminal
Tutorial
Netstat
Security
PID
Linux
Internet
Communicated
Computer
Quidsup