Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to check list of open ports in linux

sudo lsof -i -P -n | grep LISTEN
sudo netstat -tulpn | grep LISTEN
sudo lsof -i:22 # see a specific port such as 22
sudo nmap -sTU -O IP-address-Here
Comment

check open port linux

netstat -lntu
Comment

check what ports are open linux

## if you use linux
sudo ss -tulw
Comment

linux command open ports list

open ports LNX
Comment

PREVIOUS NEXT
Code Example
Shell :: react router not working in cpanel 
Shell :: check hostname linux 
Shell :: install pylatex no dependency 
Shell :: upgrade urllib3 version 
Shell :: check os command 
Shell :: ubuntu bionic update security has sum mismatch 
Shell :: please reinstall android studio from scratch 
Shell :: git discard all changes command 
Shell :: ubuntu delete user 
Shell :: permission denied while installing npm 
Shell :: Fatal error in launcher: 
Shell :: install yaourt on arch linux 
Shell :: what my ip mac 
Shell :: install trello for linux 
Shell :: how to install haxeflixel 
Shell :: install xrdp ubuntu 18.04 
Shell :: find port and kill 
Shell :: test ssh connection 
Shell :: split terminal horizontally ubuntu 20.04 
Shell :: access nodeport service from another machine in the same network 
Shell :: arhlinux python.h 
Shell :: install vivaldi on linux mint 
Shell :: bash if file contains string 
Shell :: .sh script: check if file exist 
Shell :: kali linux gui in wsl2 
Shell :: wsl2 folder in windwos 
Shell :: how to close serveice on perticular port number 
Shell :: disabling asking for password on linux 
Shell :: git clone iin colab using the private repo 
Shell :: remove files inside .gitignore files 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =