Linux下强制关闭某个进程

Linux下强制关闭某个进程

查看进程:tcp

netstat -tln

命令:code

sudo fuser -k -n tcp 80

注意:80为端口号,能够根据 本身实际需求修改blog

相关文章
相关标签/搜索