Can you spot the mistake in this Terminal session?

The directory isn't emptyThe ls command needs optionsrmdir doesn't work with directoriesThe directory doesn't exist

That's it! We can't remove the Videos directory because it's not empty. We'd have to use the -rf option.

Yikes! We can't remove the Videos directory because it's not empty. We'd have to use the -rf option.