Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to close serveice on perticular port number

# It  gives PID of the service
netstat -ano | findstr :<Port>

# Kill the process using PID
taskkill /PID <PID> /F
Comment

PREVIOUS NEXT
Code Example
Shell :: snapd unavailable solved 
Shell :: how to debug a specific pod when Replication controller is doing load balancing 
Shell :: lua to tns 
Shell :: power is network connected 
Shell :: jscore 
Shell :: docker run remove on exit 
Shell :: command not found: gradlew.bat 
Shell :: linux list directories 
Shell :: flutter upgrade 
Shell :: how to uninstall cudnn ubuntu 
Shell :: install package from conda forge not found in conda 
Shell :: mount nvme disk on aws ec2 
Shell :: ubuntu get list of folders one per line 
Shell :: prevent always typing sudo 
Shell :: run sudo command with password in one line 
Shell :: shell count number of lines 
Shell :: bash get one checksum for many files 
Shell :: hugo serve 
Shell :: git delete local commit 
Shell :: hoiw to find a certain fil eon ubuntu 
Shell :: vim sudo write 
Shell :: How to check git config username? 
Shell :: linux set env permanent 
Shell :: ubuntu get public ip 
Shell :: centos install wget 
Shell :: how to get the folder size in linux 
Shell :: ubuntu desktop file folder 
Shell :: create new partion linux 
Shell :: flutter reinstall pod 
Shell :: copy first 10 lines of a file to another file in unix 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =