Solved

After a Project Is Migrated to a New Codebase, the "Old_project

Question 41

Multiple Choice

After a project is migrated to a new codebase, the "old_project" directory must be deleted. This directory has multiple read-only flies, and it must be deleted recursively without prompting for confirmation. Which Bash command must be used?


A) rmdir -p old_project
B) rm -rf old_project
C) rm -r old_project
D) rmdir old_project

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions