Which three statements are true about accessing Windows shares from Linux with SAMBA on Oracle Linux?
A.
The findsmb utility queries a file to findSAMBAservers.
B.
The username required to access theSAMBAshares on Windows may be specified in themountcommand.
C.
FTPmay be used to accessSAMBAshares on Windows.
D.
The password required to accessSAMBAshares on Windows may be specified in themountcommand.
E.
Thesmbtreeutility queries a file to findSAMBAservers.
F.
Thesmbclientutility uses a lowercase version of the environment variableUSERorLOGNAMEif the username is not provided on the command line.
G.
The username and password required to accessSAMBAshares on Windows may be specified in /etc/fstab.
Explanation:
Reference:http://docs.oracle.com/cd/E37670 01/E41138/html/ol about samba.html#idm139784792480512
not 100% but
A,C,E
100% BDG
http://linux.die.net/man/8/mount.cifs
https://docs.oracle.com/cd/E37670_01/E41138/html/ch21s03s04.html
A wrong findsmb only show information of servers
B,D correct
G correct http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-share-with-etcfstab/
B,D,G