Which of the following commands will delete a directory and all of the files contained within it? (Choose all that apply.)

A. rm olddir
B. rmdir olddir
C. rm -rf olddir
D. rmdir -rf olddir


Answer: C

Computer Science & Information Technology

You might also like to view...

The physical security professional is responsible for ensuring all of the physical aspects that do not involve people.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The __________ method parses a string s to an int value.

a. integer.parseInt(s); b. Integer.parseInt(s); c. integer.parseInteger(s); d. Integer.parseInteger(s);

Computer Science & Information Technology

In WMM, fixed wait times are known as the ____.

A. contention window B. HCCA C. EDCA D. AIFSN

Computer Science & Information Technology

The catch block is also known as the ___________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology