Multiple choice general knowledge What is the command to list files in directory? dd xx pp ll Reveal answer Fill a bubble to check yourself D Correct answer Explanation The 'll' command lists files in long format, showing detailed information like permissions, owner, size, and modification time. It's typically an alias for 'ls -l'.