Q4 Single choice Flag What would you enter at the command line to delete the user account named temp along with it's home directory? A userdel -d temp B deluser -d temp C userdel -h temp D deluser -h temp E userdel -r temp F deluser -r temp Correct answer