Which command lists filenames in several columns and marks directories and executable files with special symbols?

Choose the correct answer

Explanation

Option A (ls -F -x) displays filenames in multiple columns while appending indicators to directories and executables. The other options do not provide this combined functionality.

Which command lists filenames in several columns and… — Basic of linux unix | PakQuizHub