Name: My app's port is already taken
Description:
-
The program
myappcan't start. -
Another process is already listening on 127.0.0.1:8080, which is the port
myappwants to listen on. -
myappis a binary file, so its code can't be modified to change the port.
Tasks:
- Terminate the process which is listening on 127.0.0.1:8080.
Level: Beginner
Estimated duration: 15min
Access: Signup required
Tags: Linux