[LInux] Ubuntu view process, kill the process

 

# View a port processes 
sudo lsof -i: 8080 

# kill the process, 
the kill - 9 pid

 

Guess you like

Origin www.cnblogs.com/zoey686/p/11221110.html