The ls command lists what's in a directory — and a few flags turn it from a bare list into a detailed report. In this lab you'll practice the four forms you'll use every day:
ls — the plain listls -l — long format (permissions, owner, size, date)ls -a — reveal hidden files (names starting with .)ls -la — long format and hidden files togetherll — a common shortcut for ls -lThe folder on the right is seeded with a couple of normal files and one hidden file (.secret). Watch when it appears and disappears as you change flags.