Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list process using port

sudo lsof -n -i :80 | grep LISTEN
Comment

list port process linux

sudo lsof -i:<PORT>
#ex: sudo lsof -i:3000
Comment

See process on port

netstat -ano | findstr 8080Code language: Bash (bash)
Comment

PREVIOUS NEXT
Code Example
Shell :: how to uninstall spacevim 
Shell :: debian disable ipv6 
Shell :: git stas hauntracked files 
Shell :: how to restart nginx 
Shell :: delete all zone identifier files 
Shell :: check gnome version 
Shell :: upgrade pandas version 
Shell :: choco list installed 
Shell :: commited to wrong branch 
Shell :: stop a process running on a port ubuntu 
Shell :: ubuntu apt-get update without input 
Shell :: enable telnet using powershell 
Shell :: increase no of watchers 
Shell :: how to uninstall thunderbird ubuntu terminal 
Shell :: uninstall pytorch 
Shell :: ubuntu install sfml 
Shell :: find the parent branch of a git branch 
Shell :: Building wheels for collected packages: opencv-python Building wheel for opencv-python (PEP 517) ... 
Shell :: check if nginx is running 
Shell :: bison install ubuntu 
Shell :: shutdown pc in 10 min run command 
Shell :: auth install laravel 8 
Shell :: check battery health windows 
Shell :: XAMPP: Starting Apache...fail. 
Shell :: crontab logs 
Shell :: cannot find lock /var/lib/dpkg/lock-frontend 
Shell :: mui install 
Shell :: pip install pyscopg2 
Shell :: shell script to check the directory exists 
Shell :: git reset stash conflict 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =