Scenario #5

Name: My app's port is already taken

Description:

  • The program myapp can't start.
  • Another process is already listening on 127.0.0.1:8080, which is the port myapp wants to listen on.
  • myapp is 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

Scenarios