You are using Samba on your SuSe Linux system to share files with a Windows network. What is
the command to access the shared directory Finance on Windows machine Mktg_01 with user
account User_01 from your Linux machine?

A.
net use //Mktg_01/Finance -U User_01
B.
net use -U User_01 //Mtkg_01/Finance
C.
smbclient \Mtkg_01\Finance -U User_01
D.
smbclient \\Mtkg_01\\Finance -U User_01
E.
smbclient //Mktg_01/Finance -U User_01