What does the -m option do in sudo useradd -m alice?
-m
sudo useradd -m alice
It sets the user's initial password interactively.
It grants the new user unrestricted sudo access.
It creates a home directory for the new user.
It creates only a group named alice and no user.
alice