nerdexam
Oracle

1Z0-876 · Question #122

Frank is trying to remove all files from a directory. The result of the rm command is shown: $ rm * rm: remove new_car_data (yes/no)? Choose the command that might allow Frank to use the rm command…

The correct answer is A. unalias rm. See the full explanation below for the reasoning.

Question

Frank is trying to remove all files from a directory. The result of the rm command is shown:

$ rm * rm: remove new_car_data (yes/no)? Choose the command that might allow Frank to use the rm command without being prompted for each file.

Options

  • Aunalias rm
  • Brm -i
  • Cclear rm
  • Drm -a 'rm -i'

How the community answered

(49 responses)
  • A
    76% (37)
  • B
    12% (6)
  • C
    4% (2)
  • D
    8% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice