A system administrator needs to create a new user named 'jdoe' and ensure their home directory is created at the same time. Which command will accomplish this?
-
A
useradd jdoe
-
B
useradd -m jdoe
-
C
useradd -h /home/jdoe jdoe
-
D
adduser --create-home jdoe