2021-09-20 02:24 AM
I have a problem. My application should use port 8888. I wrote an application in Python 3.5 that uses the address and port 8888 that I need. But Linux issues a diagnosis that port 8888 is already occupied by another task. How to release port 8888.? The Netstat program gives a diagnosis that port 8888 is busy application. Sincerely, Alexander.
Solved! Go to Solution.
2021-09-26 10:40 PM
Fuser and ifconfig are Linux OS utilities. fuser — Википеди�? (wikipedia.org) ifconfig — Википеди�? (wikipedia.org)