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)- A76% (37)
- B12% (6)
- C4% (2)
- D8% (4)
Community Discussion
No community discussion yet for this question.