CPT260 SAMBA Flashcards
(20 cards)
The samba configuration file consist of the general server configuration file and sections for the the share[s] of your file server. The general server configuration starts with the keyword _________.
[global]
Options in the samba configuration file (smb.conf) are grouped into different sections. Each section starts with a keyword in __________.
square brackets
Which of the following is not an entry in the global section of the smb.conf file?
path
The path option would appear in the _______
share section
After creating a smb.conf file you can test the syntax of the configuration file by entering the command ________.
testparm
The domain entry of the global section serves to
connect to the domain controller and validate the password
the entry “security=user” is set in smb.conf file. Users who want to access SMB shares needs to be created as Linux users.
true
If the security entry of a share section is set to user, Linux users do not have to have SMB passwords to access a share
false
By default, the the Windows-compatible encrypted password is stored in ___________.
etc/samba/smbpasswd
What is the purpose of the nmblookup tool?
resolve NetBIOS names into IP addresses
Which of the following is not one of the basic task you can do with smbclient?
draft users browsing the network into a share
What are the two shares always offered by a SMB server? (select two)
IPC$, ADMIN$
A domain controller is a system, that is used to manage the users for a group of networked computers
T
What is the path to the Samba configuration file?
/etc/samba/smb.conf
By default, the the Windows-compatible encrypted password is stored in ___________.
/etc/samba/smbpasswd
he ______ daemon provides file and print services for clients on the network.
smbd
Which of the following commands would be used to display the shares on a samba server with the IP address 10.0.0.99?
smbclient -L ///10.0.0.99
SMB services are provided by the NetBIOS protocol. NetBIOS makes its own name space available. The name space can be access with the __________
Unique Naming Convention
nmblookup is a tool used for NetBIOS name resolution and testing.
true
The line below could be found in the global section.
security=user
What does the line mean?
the client provides a username and password that is validated against the users available on the Linux system and its own password file