自学内容网 自学内容网

Ncat: bind to :::7777: Address already in use报错问题解决

问题描述

Ncat: bind to :::7777: Address already in use. QUITTING.

具体解决方法

If you are in linux environment try,

  • Use netstat -tulpn to display the processes
  • kill -9 <pid> This will terminate the process

If you are using windows,

  • Use netstat -a -o -n to check for the port usages
  • Use taskkill /F /PID <pid> to kill that process

原文地址:https://blog.csdn.net/wangjian530/article/details/145208457

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!