Q. Which command is used to display detailed information about a specific file or directory?
β
Correct Answer: (A)
ls -l
Explanation: 'ls -l' lists files and directories with detailed information including permissions, owner, size, and modification date.