LPI Exam Questions

what would be the proper command line for using smbclient?

‘smbclient’ is an FTP-like file transfer program for accessing remote Samba or Windows shares. In order to access the share named ‘files’ on the remote host ‘tiger’, logging in as the username ‘admin’, what would be the proper command line for using smbclient?

A.
smbclient //tiger/files -U admin

B.
smbclient //admin@tiger/files

C.
smbclient tiger:/files -U admin

D.
smbclient -L tiger