LPI Exam Questions

Which text below is an excerpt of the Samba main configuration file

The text below is an excerpt of the Samba main configuration file. Select the THREE correct statements:
[global]
logon script = logon.cmd
[netlogon]
path = /var/lib/samba/netlogon
read only = yes
write list = root

A.
The logon script has to be in ASCII Linux format.

B.
The file excerpt shows that Samba will instruct the client to execute a logon script in order to prepare the user’s environment.

C.
The logon script directive is always relative to the [netlogon] share.

D.
Any user can modify the logon.cmd script.

E.
Samba doesn’t provide the logon.cmd script contents.