Labs: IPs and Ports Q2

I have tried all I can with command and even paste the hint commands, but I got permission denied. Can anyone assist with this question?

Hello @dhikr

In this question you have to open the file in the directory and check a parameter in it to be able to answer.
So you have to go to the directory by running
cd /opt/simple-webapp-flask
and then use “ls” command to list the content of the directory, then you can use this command to view the content of “app.py”
cat app.py
then you will find the parameter needed successfuly.
Screen Shot 2021-04-16 at 12.38.06

thank you @Ayman, that solved it.

You’re welcome
And in the next questions you will be able to run the app.py successfully