Linux

 1. netstat -ant | findstr "8080" : to find whether the port is busy

2. netstat -anto | findstr "8080" : to find whether the port is busy

Комментарии