Current location - Quotes Website - Team slogan - Which process is using the mac query port?
Which process is using the mac query port?
How to check which programs on the mac occupy a port number;

1, Start-Run (or press and hold Win+R at the same time)-cmd to enter the command prompt.

2. Enter ipconfig and press Enter.

3. Enter netstat -ano and press Enter to check the occupancy rate of all ports.

4. Check the occupation of the specified port, such as port 800 1, and enter: netstat-aon | findstr "8001".