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.