

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Help
incomplete
2: Exec
incomplete
3: Exec Netstat
incomplete
4: Live Shell
incomplete
This lesson's interactive features are locked, please to keep using them
I'm curious about what software the "getting started" container is using to serve a webpage.
The netstat command shows us which programs are bound to which ports. We're looking for the process bound to port 80, that is, the one serving the webpage.
Run the netstat -ltnp command inside the container, then answer the question.