Multiple choice technology operating systems

ls -a --- lists all files, including the ones whose filenames begin in a dot, which you do not always want to see

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The -a flag in ls tells it to show all files, including hidden files that begin with a dot, which are normally omitted from standard directory listings.