Lpi 300-300 LPIC-3: Mixed Environments – Exam 300, version 3.0 Online Training
Lpi 300-300 Online Training
The questions for 300-300 were last updated at Nov 19,2024.
- Exam Code: 300-300
- Exam Name: LPIC-3: Mixed Environments - Exam 300, version 3.0
- Certification Provider: Lpi
- Latest update: Nov 19,2024
Which of the following parameters can be used in a Samba configuration in order to execute scripts on the server? (Choose three.)
- A . add printer script
- B . add user script
- C . add group script
- D . add user to group script
- E . add share script
In the smb.conf, what is the numeric value for the directory mask directive to ensure directories created within a share will have full permissions for all users?
When Samba is configured as an Active Directory Domain Controller, what role does it serve?
- A . It acts as a web server for the domain.
- B . It manages user access to shared folders within Linux.
- C . It authenticates users and manages resources within an Active Directory domain.
- D . It provides DNS services for Windows clients.
It is found that changes made to an OpenLDAP directory are no longer being replicated to the slave server at 192.168.0.3. Tests prove that the slave server is listening on the correct port and changes are being recorded properly to the replication log file.
Which of the following files should be checked for replication errors?
- A . replication.err
- B . replication.rej
- C . 192.168.0.3:389.rej
- D . 192.168.0.3:389.err
Which commands will delete the user account joeuser from a Samba server? (Select TWO correct answers.)
- A . smbadduser -d joeuser
- B . smbdeluser joeuser
- C . smbpasswd -x joeuser
- D . pdbedit -r joeuser
- E . pdbedit -x joeuser
In which section of the smb.conf configuration file is the logon script file name specified?
- A . [homes]
- B . [netlogon]
- C . [global]
- D . [profiles]
For Samba 3 to be able to work as a PDC, some modifications are needed in its main configuration file.
Which of the following options describe the required actions for this task? (Choose three.)
- A . The Samba server has to be a logon server. This can be configured by the domain logons directive.
- B . The Samba server needs to have the logon and the account scripts, to properly setup the PDC environment.
- C . The Samba server must be a Domain Master Browser. To configure this, the domain master directive must be set to yes.
- D . The time server = yes directive needs to be configured, so samba will behave as a WINS server and also a Time server.
- E . the security – user directive must be set.
Which command in the Samba suite provides a means of manipulating NT Quotas on Samba file shares? (Specify only the command with no arguments or options)
Which of the following properties does the configuration option cachesize in slapd.conf refer to?
- A . The number of entries to be cached.
- B . The size of the cache in bytes.
- C . The size of the cache in bits.
- D . The minimum cache size in bytes.
- E . The maximum cache size in bytes.
How can you create home directories automatically for new users?
- A . By manually creating directories for each user.
- B . By using a dedicated home directory server.
- C . By configuring a script to run upon user creation.
- D . Home directories are not a common practice in Linux environments.