Dec
05
2015
How to check ports in linux
By abernal
In order to check ports in linux, we can use the next tools
LSOF
Installation
1. Execute the next command at the console
[abernal@sandbox ~]$ sudo dnf install lsof
Basic usage
1. To list the open ports and the process that owns them, execute the next command