Horje
kill port linus Code Example
kill port linux
kill -9 $(lsof -t -i:8080)
kill port 80 linux
sudo lsof -i tcp:80
#or
sudo lsof -t -i tcp:80 | sudo xargs kill
kill port linus
 #A One-liner to kill only LISTEN on specific port:

kill -9 $(lsof -t -i:3000 -sTCP:LISTEN)
kill process linux using port
sudo kill -9 $(sudo lsof -t -i:8000)




Shell

Related
python3 install mutagen Code Example python3 install mutagen Code Example
create a file in vim Code Example create a file in vim Code Example
format partition linux Code Example format partition linux Code Example
windscribe for linux Code Example windscribe for linux Code Example
svn show revision of remote url Code Example svn show revision of remote url Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12