Which command creates a user account with the exact username b.smith?
b.smith
Use only the interactive adduser helper.
adduser
Use sudo useradd with the exact username b.smith.
sudo useradd
Use passwd b.smith before the user exists to create the account.
passwd b.smith
Use groupadd b.smith and treat the group as a login account.
groupadd b.smith