Multiple choice technology operating systems

Which one of the following is to list all the files column wise ?

  1. -C

  2. -l

  3. -c

  4. -lc

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

The ls command with -c flag lists files in column-wise format. The -l flag provides detailed long format, -C (note capital C) is different from -c, and -lc combines long format with column display. The question specifically asks for column-wise listing, which is the -c option.