Multiple choice technology operating systems

ls This command can be used to list out the names of the files available in the directory.

  1. True

  2. False

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

The 'ls' command in Unix/Linux is used to list files and directories in the current working directory or a specified path. It is one of the most frequently used commands for viewing directory contents and file information. Options like 'ls -l' provide detailed listings with permissions, ownership, and size information.