Https://www.codecademy.com/courses/learn-the-command-line/lessons/manipulation/exercises/ls-l?action=lesson_resume

https://www.codecademy.com/courses/learn-the-command-line/lessons/manipulation/exercises/ls-l?action=lesson_resume

Having trouble with the ls command. I think I am typing the command correctly, but it is not allowing me to move on to next step. What am I doing wrong here?

please show a screenshot of the exercise and your attemps

3 Likes

the instructions state:

navigate to the comedy/ directory

navigating isn’t done by the ls command, the ls command only for listing files and directories, not navigating, you learned the correct command to navigate.

3 Likes

Aha! Thank you! :joy: