Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list process using port

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

bash list process on port

sudo lsof -i:3000
#Just change the port 3000
Comment

list port process linux

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

PREVIOUS NEXT
Code Example
Shell :: git merge continue 
Shell :: install torchtext 
Shell :: how to view a list of installed npm packages 
Shell :: git commit no message 
Shell :: linux failed to save insufficient permissions vscode 
Shell :: wsl sync clock time 
Shell :: delete local comits 
Shell :: check open port linux 
Shell :: mvn command not found ubuntu 
Shell :: how to check for angular cli version 
Shell :: show all running service linux 
Shell :: live server nvim 
Shell :: how to reset kali keyring 
Shell :: arch linux code 
Shell :: install rpm ubuntu 
Shell :: linux filter specific group with cat and grep 
Shell :: bash: /var/lib/snapd/snap/bin/docker-compose: No such file or directory 
Shell :: install protonvpn ubuntu 
Shell :: bash for loop find 
Shell :: ubuntu ocamlfuse 
Shell :: how to know version of tensorflow in linux command line 
Shell :: fix dual boot time ubuntu 
Shell :: last 2 git log entries 
Shell :: update r packages from anaconda 
Shell :: brave browser linux 
Shell :: bash delete all files of type recursively 
Shell :: install openjdk 8 debian 10 
Shell :: choco install python 
Shell :: install ruby and rails on mac 
Shell :: unset git global config 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =