Due to a new application requirement, on a Solaris 10 system, the ordinary user admin has to create directories on the root file system. The superuser has given a rights profile to the admin user as shown below: # grep admin /etc/user_attr admin::::type=normal;profiles=File System Management Which command should the user admin execute to create the /log directory on the root file system?

A.
sh mkdir /log
B.
exec mkdir /log
C.
pfsh mkdir /log
D.
pfexec mkdir /log