How To Kill Local Server In Ubuntu By Command

[Solved] How To Kill Local Server In Ubuntu By Command | Shell - Code Explorer | yomemimo.com
Question : how to kill local server in ubuntu by command

Answered by : scary-snail-0h3h5bk6u4we

kill -INT $(lsof -t -i :yourPortNumber)

Source : https://www.codegrepper.com/code-examples/shell/how+to+kill+local+host+server+from+terminal | Last Update : Sat, 01 May 21

Answers related to how to kill local server in ubuntu by command

Code Explorer Popular Question For Shell