Multiple choice technology operating systems How to list the directory and files structure up to a depth of one directory ls -ltr ls -R ls * ls -L2 Reveal answer Fill a bubble to check yourself C Correct answer Explanation The command ls * lists files in the current directory and also lists the contents of immediate subdirectories (depth of one), effectively showing the structure up to one level deep.