nerdexam
Novell

050-720 · Question #22

You work as a Product Engineer for Net Perfect Inc. The company has a Linux-based network. You want to recursively remove a directory and its contents. Which of the following Linux commands can you…

The correct answer is B. rm -r dir1 [dir2...]. See the full explanation below for the reasoning.

Question

You work as a Product Engineer for Net Perfect Inc. The company has a Linux-based network. You want to recursively remove a directory and its contents. Which of the following Linux commands can you use to accomplish the task?

Options

  • Armdir dir1 [dir2...]
  • Brm -r dir1 [dir2...]
  • Cmkdir dir1 [dir2...]
  • Dmkdir -p dirpath

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    84% (36)
  • C
    9% (4)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice