The rm -r * command recursively deletes all files and directories inside the current directory. In contrast, the rmdir command can only remove empty directories and cannot delete files, making it insufficient for this task. Therefore, other choices are incorrect.