FILL BLANK -
What parameter of ls prints a recursive listing of a directory's content? (Specify ONLY the option name without any values or parameters.)
FILL BLANK -
What parameter of ls prints a recursive listing of a directory's content? (Specify ONLY the option name without any values or parameters.)
The correct parameter for the `ls` command to print a recursive listing of a directory's content is `-R`. This option ensures that the `ls` command will list all files in the given directory and all of its subdirectories, effectively providing a complete, recursive view of the directory structure.
"Specify ONLY the option name without any values or parameters" ok so it's "-R"
I totally agree with you. But this is a CBT exam. Does the exam system really recognize only "-R" as an answer?
Yes, it's "ls -R"
-R or R ? Can anyone confirm? :(
It's -R
I agree with Corbin, the question is a little confusing
--recursive Would that work as well?
lpi linux essentials exam fill ins are a maximum of 3 characters long
What about -r?
Only "-R"
-R stands for recursive, correct?
I think they are looking for the -R, but maybe --recursive would work. My money would be on the short option, not the longer version of it. But who knows, you would think they would except both.