force to kill any process port ubuntu
sudo kill -9 $(sudo lsof -t -i:9001)
lsof - list of files(Also used for to list related processes)
-t - show only process ID
-i - show only internet connections related process
:9001 - show only processes in this port number
kill - command to kill the process
-9 - forcefully
sudo - command to ask admin privilege(user id and password).
Also in C++:
- how to clear memory in ubuntu 18.04
- perl install Switch
- roll back last commit in git
- no source map sass
- giga git commands
- mongodb clone database
- ubuntu slack install
- kill process ubuntu
- git checkout filename
- cmd commands windows 10
- ubuntu 18 install nodejs
- redis ubuntu install
- bash transform uppercase to lowercase
- problema hora windows ubuntu
- ubuntu uninstall twilio quest
- awk delimiter semi-colon
- zsh wait for user input
- git reset branch
- How to discard files from stash in git
- bash How To Transfer Files From a Remote Server to another Remote Server
- folder sixe in linux
- telnet install on mac
- uninstall vscode completely windows 10
- open pycharm from terminal