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 20,2024.
- Exam Code: 300-300
- Exam Name: LPIC-3: Mixed Environments - Exam 300, version 3.0
- Certification Provider: Lpi
- Latest update: Dec 20,2024
When a Windows domain controller is used, which of the following entities is assigned a Windows Security Identifier? (Choose three.)
- A . Users
- B . Servers
- C . Groups
- D . Departments
- E . Companies
How can you configure Samba to log debug information for specific components or classes?
- A . Modify the smb.conf file and set the "log_level" parameter.
- B . Use the "debug" command in the Samba terminal.
- C . Edit the "samba.log" file directly.
- D . Run the "samba-debug" utility.
What is true about the Samba configuration options create mask?
- A . Each permission bit that is set (1) in create mask cannot be set on a file created by Samba even if the client requests it to be set.
- B . Each permission bit that is cleared (0) in create mask is only set on a file created by Samba if the client explicitly sets the bit.
- C . Each permission bit that is set (1) in create mask is always set on a file created by Samba regardless of the permissions set by the client.
- D . Each permission bit that is cleared (0) in create mask is always cleared on a file created by Samba even if the client explicit sets the bit.
There are multiple network interfaces on a server.
Which parameters must you set in smb.conf to limit which interfaces Samba will accept connections? (Choose TWO correct answers.)
- A . listen interfaces
- B . bind interfaces only
- C . interfaces
- D . listen address
Which Samba daemon is responsible for handling file and printer sharing requests from clients?
- A . nmbd
- B . samba
- C . smbd
- D . winbindd
Which of the following commands regenerates slapd indices based on the current database?
- A . slapd index
- B . sindexd
- C . slapindex
- D . There is no index command. Indexing is handled by the slapd daemon.
Which file stores the global Kerberos configuration needed for OpenLDAP integration with Active Directory and Kerberos? (Specify the file name only without any path.)
The showmount command will list the available NFS shares on a server.
What command will provide the same information on a Samba server named FileSrv1?
- A . smbcontrol -L FileSrv1
- B . smbclient -N FileSrv1
- C . smbclient -L FileSrv1
- D . smbmount -L FileSrv1
In order to generate an individual log file for each of the machines connecting to a Samba server, which of the following statements must 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
What is the true of the following share’s access properties? (Choose two.)
- A . @managers copies the permissions of the share [managers].
- B . The alice and bob users can manipulate files regardless of the file system permissions.
- C . @managers will be resolved as a Unix group.
- D . @managers is a builtin default Samba group.
- E . the parameter admin users can be applied only to print shares.