Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check services running on port linux

one of those:
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
Comment

PREVIOUS NEXT
Code Example
Shell :: is not digitally signed. you cannot run this script on the current system 
Shell :: .ps1 is not digitally signed. You cannot run this script on the current system. 
Shell :: tailwind upgrade 
Shell :: reset cache pods 
Shell :: reload ssh config 
Shell :: install iptables centos 7 
Shell :: ubuntu du sort by dir size 
Shell :: git unable to update local ref 
Shell :: MaatwebsiteExcelExcel not found 
Shell :: uninstall foxit reader ubuntu 18.04 
Shell :: delete nginx 
Shell :: how to uninstall oh my zsh 
Shell :: gdebi: command not found 
Shell :: bash endless loop 
Shell :: Could not find tools.jar debian 
Shell :: linux get uuid of partition 
Shell :: robo 3t download for ubuntu 18.04 
Shell :: install python3-pip ubuntu 
Shell :: how to install snap store in elementary os 
Shell :: find saved wifi password in linux 
Shell :: install tree in linux 
Shell :: command to install fish shell 
Shell :: powershell read json file 
Shell :: styled componets npm 
Shell :: ip address ubuntu 
Shell :: firefox settings 
Shell :: check cpu temp linux 
Shell :: delete all docker images 
Shell :: count sub files in folder linux 
Shell :: get pid running on port 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =