Challenge,
You have access to a Linux server running multiple services.
Your challenge is to identify which process is listening on port 12345
.
This task is simple, but be careful -
you only have one attempt to submit the correct answer.
Good luck!
Hint 1 💡
There are plenty of tools to list ports and their associated processes:
netstat
, ss
, lsof
, etc.
Pick one and try to figure out how to use it for this particular task.
Level up your Server Side game — Join 9,000 engineers who receive insightful learning materials straight to their inbox