关闭被占用端口

(一)Windows
D:\>netstat -aon|findstr 8086
  TCP    0.0.0.0:8086           0.0.0.0:0              LISTENING       1192

D:\>tasklist|findstr 1192
JAVAW.EXE                   1192 Console                 0      7,276 K

D:\>taskkill /pid 1192 /f
成功: 已终止 PID 为 1192 的进程。

(二)Linux
linux /oradata1/zjsmp/jzj 76 > netstat -pan|grep 8086
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 :::8086                 :::*                    LISTEN      11699/java
linux /oradata1/zjsmp/jzj 77 > kill -9 11699

[1]    Killed                        java Server

(三)AIX
$netstat -Aan|grep 30542

f10000f303321b58 tcp4 0 0 *.30542 *.* LISTEN

$rmsock f10000f303321b58 tcpcb

The socket 0x3321800 is being held by proccess 692476 (db2sysc).

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值