Kavya TKnowledge Contributor
Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
Delete a Directory in Linux Using the rm Command
The different rm command options include: – f : Forces the removal of all files or directories. -i : Prompts for confirmation before removing. -I : Prompts once before removing more than three files or when removing recursively.