Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel.
Show all ports
Open the terminal and type:
sudo lsof -i -P -n
or
sudo lsof -i -P -n | grep LISTEN
Show a specific port
Syntax
sudo lsof -i:<port>
Example
sudo lsof -i:9000