CPT260 SAMBA Flashcards

(20 cards)

1
Q

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 _________.

A

[global]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Options in the samba configuration file (smb.conf) are grouped into different sections. Each section starts with a keyword in __________.

A

square brackets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which of the following is not an entry in the global section of the smb.conf file?

A

path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The path option would appear in the _______

A

share section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

After creating a smb.conf file you can test the syntax of the configuration file by entering the command ________.

A

testparm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The domain entry of the global section serves to

A

connect to the domain controller and validate the password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

the entry “security=user” is set in smb.conf file. Users who want to access SMB shares needs to be created as Linux users.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

false

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

By default, the the Windows-compatible encrypted password is stored in ___________.

A

etc/samba/smbpasswd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the purpose of the nmblookup tool?

A

resolve NetBIOS names into IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following is not one of the basic task you can do with smbclient?

A

draft users browsing the network into a share

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the two shares always offered by a SMB server? (select two)

A

IPC$, ADMIN$

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A domain controller is a system, that is used to manage the users for a group of networked computers

A

T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the path to the Samba configuration file?

A

/etc/samba/smb.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

By default, the the Windows-compatible encrypted password is stored in ___________.

A

/etc/samba/smbpasswd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

he ______ daemon provides file and print services for clients on the network.

17
Q

Which of the following commands would be used to display the shares on a samba server with the IP address 10.0.0.99?

A

smbclient -L ///10.0.0.99

18
Q

SMB services are provided by the NetBIOS protocol. NetBIOS makes its own name space available. The name space can be access with the __________

A

Unique Naming Convention

19
Q

nmblookup is a tool used for NetBIOS name resolution and testing.

20
Q

The line below could be found in the global section.

security=user

What does the line mean?

A

the client provides a username and password that is validated against the users available on the Linux system and its own password file