Multiple choice technology operating systems

What option can you use with the Unix "ls" command to display file attributes?

  1. "-d"

  2. "-a"

  3. "-l'

  4. "-x"

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

The -l option in the ls command displays files in long format, which includes detailed file attributes like permissions, owner, size, and modification time. The -a option shows hidden files, -d lists directories themselves, and -x displays entries in lines instead of columns.