Which command lists filenames arranged in several columns on the terminal?
Explanation
Option A, 'ls', by default displays filenames in multiple columns when outputting to a terminal. The 'ls -1' option shows one filename per line, 'ls -x' arranges files horizontally but is not the default multi-column display, and 'lc' is not a standard command.