After deleting user 'alice', the system administrator wants to also remove the home directory and mail spool. Which command should be used?
-r removes home directory and mail spool.
Why this answer
The correct option is B, userdel -r alice. The -r flag removes the user's home directory and mail spool, along with the user account. This is the standard flag for removing user data along with the account.