In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?



A.

-dirmax

B.

-maxdepth

C.

-maxlevels

D.

-n

E.

-s

題解

「find」指令可以使用多種規則來尋找檔案。

選項A,「find」指令沒有「-dirmax」這樣的參數。

選項B,「find」指令的「-maxdepth」可以指定要尋找路徑的深度。

選項C,「find」指令沒有「-maxlevels」這樣的參數。

選項D,「find」指令沒有「-n」這樣的參數。

選項E,「find」指令沒有「-s」這樣的參數。