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 Dec 21,2024.
- Exam Code: 300-300
- Exam Name: LPIC-3: Mixed Environments - Exam 300, version 3.0
- Certification Provider: Lpi
- Latest update: Dec 21,2024
What is the purpose of accessing a remote Windows desktop?
- A . To access websites and online resources.
- B . To manage user accounts.
- C . To run Linux commands.
- D . To control and work on a remote Windows computer.
On Microsoft Windows systems, ACLs on the share are set using tools like the Explorer. For example, in Windows 7, right-click on the shared folder, then select Sharing, then click on Permissions.
What Windows group, by default, has full control of the share?
- A . Everyone
- B . Guests
- C . Authenticated Local Users
- D . Samba Share Service
What is the purpose of a Samba VFS (Virtual File System) module?
- A . It enables file sharing over the internet.
- B . It improves Samba’s authentication mechanisms.
- C . It enhances the performance of disk I/O operations.
- D . It provides support for file system-specific operations.
Which commands will dump out the contents of a Samba printer driver’s TDB file? (Select TWO correct answers.)
- A . pdbedit
- B . smbclient
- C . tdbtool dump
- D . tdbdump
- E . tdblist
What is the correct command to regenerate slapd indices based upon the current contents of the database?
- A . slapd index
- B . sindexd
- C . slapindex
- D . There is no index command, indexing is handled by the slapd daemon.
Which of the following statements is true regarding DNS in an Active Directory Domain?
- A . When resolving DNS names? all domain members must query a domain controller or a DNS server that serves the exact same zone content.
- B . It is not possible to use secondary DNS servers in conjunction with an Active Directory domain.
- C . DNS name resolution is not mandatory in an Active Directory Domain, as long as a WINS server can be reached.
- D . Active Directory only uses A and AAAA records no other record types to serve important information regarding the domain.
You receive an error message stating "NT_STATUS_LOGON_FAILURE" when trying to connect to a Samba share.
What could be the issue?
- A . The share is not defined in smb.conf.
- B . The client’s clock is out of sync with the server.
- C . The user’s account is locked.
- D . The Samba server is offline.
Which SMB protocol version introduced support for opportunistic locks and improved security?
- A . SMB 1.0
- B . SMB 2.0
- C . SMB 2.1
- D . SMB 3.0
In order to generate individual logfiles for machines connecting to Samba, which of the following statements have to be used in the Samba configuration file?
- A . log file = /var/log/samba/log.%c
- B . log file = /var/log/samba/log.%M
- C . log file = /var/log/samba/log.%m
- D . log file = /var/log/samba/log.%I
Which of the following procedures will test the TLS configuration of an OpenLDAP server?
- A . Run the ldapsearch command with the -ZZ option, while watching network traffic with a packet analyzer.
- B . Run the ldapsearch command with the -x option, while watching network traffic with a packet analyzer.
- C . Run the slapcat command, while watching network traffic with a packet analyzer.
- D . Verify the TLS negotiation process in the /var/log/ldap_auth.log file.
- E . Verify the TLS negotiation process in the /var/log/auth.log file.