Podcast
Questions and Answers
What option should you use to prompt the user for confirmation before deleting an existing file?
What option should you use to prompt the user for confirmation before deleting an existing file?
--interactive
Which option allows you to recursively delete directories, including subdirectories?
Which option allows you to recursively delete directories, including subdirectories?
--recursive
How can you ignore nonexistent files and avoid prompts during deletion?
How can you ignore nonexistent files and avoid prompts during deletion?
--force
Which option displays informative messages during the deletion process?
Which option displays informative messages during the deletion process?
Signup and view all the answers
What must be specified to delete a directory along with its subdirectories?
What must be specified to delete a directory along with its subdirectories?
Signup and view all the answers