You can list out open network connections using lsof by logging in as root and using the lsof command as given below:
1. su
2. lsof -i -P -n
This will list out all commands and processes that are connected to the network.
Knowledge not shared benefits no one.
You can list out open network connections using lsof by logging in as root and using the lsof command as given below:
1. su
2. lsof -i -P -n
This will list out all commands and processes that are connected to the network.