Horje
check application using port linux Code Example
check application using port linux
sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo ss -tulpn | grep LISTEN
sudo lsof -i:22 ## see a specific port such as 22 ##
sudo nmap -sTU -O IP-address-Here




Shell

Related
How to check if port is in use in Code Example How to check if port is in use in Code Example
command not found: create-next-app Code Example command not found: create-next-app Code Example
install helm on wsl Code Example install helm on wsl Code Example
git config list Code Example git config list Code Example
check if port is available linux Code Example check if port is available linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15