QuestionQ27

Linux Fundamentals

Which option makes ls show hidden files and directories?

  • A ls -v
  • B ls -l
  • C ls -a
  • D ls -t
Explanation

The ls -a option displays all directory entries, including dot-prefixed hidden files and folders.

Community Discussion

No comments yet. Be the first to start the discussion!