What ports are open on Linux - which application uses which port
htop
To see what interesting processes are running:
ps axuw
netstat --listen
sudo netstat -tulpn
Published on 2019-04-23
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post