Sometimes we need to know which program uses an internet connection port. With the following command lsof-i we know tcp: tcp 80 Where: 80 is the protocol: port we want to know who is using it. Other times we want to know is what files are open on a PID. lsof-p 100 Where 100 [...]