What Is Here?
List the files and folders around you.
ls is short for "list". It shows the names of everything in the folder you are standing in, sorted alphabetically.
You should see four things: homework and notes are folders, pets.txt and shopping.txt are files. Plain ls does not tell you which is which, and it says nothing about sizes or dates. The next lesson fixes that.
Look at the file tree on the left as you go: it is showing the same folder ls is describing.
lsLists what is in this folder.Your task
- ○List this folder with ls
Open this level in your browser to type the commands at a live terminal that answers back.