How would you set up a user called dhoch who has access to the role snooper that in turn has access to the profile Network Manager?

A.
roleadd -P "Network Manager" snooper
useradd -d /export/home/dhoch -m -R snooper dhoch
B.
roleadd -R snooper dhoch
useradd -d /export/home/dhoch -m -P "Network Management" dhoch
C.
roleadd snooper -R dhoch
useradd -d /export/home/dhoch -m -P "Network Management" dhoch
D.
roleadd -P "Network Manager" snooper
useradd -d /export/home/dhoch -m -P "Network Management" dhoch