010-160 Exam QuestionsBrowse all questions from this exam

010-160 Exam - Question 34


What is true about a recursive directory listing?

Show Answer
Correct Answer: A

A recursive directory listing includes the content of sub-directories. This means that when performing a recursive listing, the command will list not only the files and directories in the specified directory but also all the contents of its sub-directories, traversing down the directory tree.

Discussion

8 comments
Sign in to comment
beazzlebubOption: A
Jul 25, 2021

A is correct

Cert2022Option: A
Nov 5, 2022

Recursive directory listing includes the content of sub-directories Answer A

Cert2022Option: A
Nov 5, 2022

Recursive directory includes the content of sub-directories Answer A

Boyka121Option: A
Feb 15, 2023

A está correta

SavyyOption: A
Jun 8, 2023

A is correct

NabusharOption: A
Jun 21, 2023

The answer is A

Thuty07Option: A
Aug 19, 2023

A. It includes the content of sub-directories. D. It includes ownership information for the files. A recursive directory listing includes the content of sub-directories (Option A) and ownership information for the files (Option D). This means that when you perform a recursive directory listing, the command will list not only the files and directories in the specified directory but also the contents of all sub-directories within that directory. Ownership information, such as the owner and group of the files, is also typically included in the listing. Options B, C, and E are not necessarily true about a recursive directory listing. Directory permissions (Option B) and file system internals (Option C) may not be displayed by default in a recursive listing. A preview of content for each file (Option E) is not part of a standard recursive directory listing; that would require additional commands or tools.

MG11Option: A
Sep 11, 2023

A. Es enthält den Inhalt von Unterverzeichnissen. B. Es enthält die Berechtigungen des aufgelisteten Verzeichnisses. D. Es enthält Informationen zu den Eigentumsverhältnissen für die Dateien. Eine rekursive Verzeichnisauflistung zeigt den Inhalt des angegebenen Verzeichnisses und seiner Unterverzeichnisse an. Sie enthält auch die Berechtigungen (z. B. Lese-, Schreib- und Ausführungsberechtigungen) für das aufgelistete Verzeichnis und die Dateien darin. Informationen zu den Eigentumsverhältnissen, d. h. welcher Benutzer und welche Gruppe die Dateien besitzen, werden ebenfalls normalerweise angezeigt. Die Aussagen C und E sind in der Regel nicht Bestandteil einer normalen rekursiven Verzeichnisauflistung. Informationen zu Dateisysteminterna wie Inodes oder eine Vorschau des Inhalts für jede Datei im Verzeichnis sind normalerweise nicht in der Standardausgabe einer Verzeichnisauflistung enthalten.