Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux query port use by pid

$ sudo netstat -nlp | grep :80
tcp  0  0  0.0.0.0:80  0.0.0.0:*  LISTEN  125004/nginx
Comment

linux query port use by pid

$ sudo ss -lptn 'sport = :80'
State   Local Address:Port  Peer Address:Port              
LISTEN  127.0.0.1:80        *:*                users:(("nginx",pid=125004,fd=12))
LISTEN  ::1:80              :::*               users:(("nginx",pid=125004,fd=11))
Comment

PREVIOUS NEXT
Code Example
Shell :: Fix the upstream dependency conflict, or retry 
Shell :: wsl file to unix format 
Shell :: convert crt to pem 
Shell :: check storage in ubuntu terminal 
Shell :: bily-101 github 
Shell :: gcloud disable interactive prompts 
Shell :: docker container could not open port /dev/ttyUSB0 
Shell :: cannot find module time stamp 
Shell :: warp out files in linux 
Shell :: github gitattributes ignore files for statistics 
Shell :: install calliope 
Shell :: install gh ubuntu 
Shell :: create alias ubuntu 
Shell :: rust download 
Shell :: .sh script: check if file exist 
Shell :: install postgis 2.5 ubuntu 
Shell :: terminal list items in directory 
Shell :: ufw allow ssh 
Shell :: ubuntu check virtualbox version 
Shell :: angular test app in terminal 
Shell :: Missing script: "dev" 
Shell :: restart ssh 
Shell :: gh login 
Shell :: branch on carry clear 
Shell :: gitignore template eclipse 
Shell :: bash while read line loop from variable 
Shell :: flutter run emulator command line 
Shell :: bash script how to show a file by using less 
Shell :: install angular cli specific version 
Shell :: uninstall vscode from linux 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =