ExamGecko
Home / LPI / 202-450 / List of questions
Ask Question

LPI 202-450 Practice Test - Questions Answers, Page 7

Add to Whishlist

List of questions

Question 61

Report Export Collapse

Which of the following services belongs to NFSv4 and does not exist in NFSv3?

rpc.idmapd
rpc.idmapd
rpc.statd
rpc.statd
nfsd
nfsd
rpc.mountd
rpc.mountd
Suggested answer: A
Explanation:

Reference: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/ch-nfs

asked 18/09/2024
Justin Schowalter
41 questions

Question 62

Report Export Collapse

Which of the following actions synchronizes UNIX passwords with the Samba passwords when the encrypted Samba password is changed using smbpasswd?

There are no actions to accomplish this since is not possible.
There are no actions to accomplish this since is not possible.
Run netvamp regularly, to convert the passwords.
Run netvamp regularly, to convert the passwords.
Run winbind -sync, to synchronize the passwords.
Run winbind -sync, to synchronize the passwords.
Add unix password sync = yes to smb.conf
Add unix password sync = yes to smb.conf
Add smb unix password = sync to smb.conf
Add smb unix password = sync to smb.conf
Suggested answer: D
Explanation:

Reference: https://www.oreilly.com/openbook/samba/book/ch06_04.html

asked 18/09/2024
DIGIX srl
37 questions

Question 63

Report Export Collapse

In order to join a file server to the Active Directory domain intra.example.com, the following smb.conf has been created:

LPI 202-450 image Question 63 52326 09182024213305000000

The command net ads join raises an error and the server is not joined to the domain. What should be done to successfully join the domain?

Change server role to ad member server to join an Active Directory domain instead of an NT4 domain.
Change server role to ad member server to join an Active Directory domain instead of an NT4 domain.
Add realm = intra.example.com to the smb.conf and change workgroup to the domain's netbios workgroup name.
Add realm = intra.example.com to the smb.conf and change workgroup to the domain's netbios workgroup name.
Manually create a machine account in the Active Directory domain and specify the machine account's name with -U when starting net ads join.
Manually create a machine account in the Active Directory domain and specify the machine account's name with -U when starting net ads join.
Remove the winbind enum users and winbind enum groups since winbind is incompatible with Active Directory domains.
Remove the winbind enum users and winbind enum groups since winbind is incompatible with Active Directory domains.
Remove all idmap configuration stanzas since the id mapping is defined globally in an Active Directory domain and cannot be changed on a member server.
Remove all idmap configuration stanzas since the id mapping is defined globally in an Active Directory domain and cannot be changed on a member server.
Suggested answer: E
asked 18/09/2024
Fabrizio Leo
48 questions

Question 64

Report Export Collapse

FILL BLANK

In order to export /usr and /bin via NFSv4, /exports was created and contains working bind mounts to /usr and /bin. The following lines are added to /etc/exports on the NFC server:

LPI 202-450 image Question 64 52327 09182024213305000000

After running mount -t nfsv4 server:/ /mnt of an NFC-Client, it is observed that /mnt contains the content of the server's /usr directory instead of the content of the NFSv4 foot folder.

Which option in /etc/exports has to be changed or removed in order to make the NFSv4 root folder appear when mounting the highest level of the server? (Specify ONLY the option name without any values or parameters.)

mount
mount
Suggested answer: A
asked 18/09/2024
Zdenek Kugler
34 questions

Question 65

Report Export Collapse

What does the samba-tool testparm command confirm regarding the Samba configuration?

The configuration loads successfully.
The configuration loads successfully.
The service operates as expected.
The service operates as expected.
The Samba services are started automatically when the system boots.
The Samba services are started automatically when the system boots.
The netfilter configuration on the Samba server does not block any access to the services defined in the configuration.
The netfilter configuration on the Samba server does not block any access to the services defined in the configuration.
All running Samba processes use the most recent configuration version.
All running Samba processes use the most recent configuration version.
Suggested answer: A
Explanation:

Reference: https://www.samba.org/samba/docs/current/man-html/testparm.1.html

asked 18/09/2024
martijn Spelt
47 questions

Question 66

Report Export Collapse

Select the Samba option below that should be used if the main intention is to setup a guest printer service?

security = cups
security = cups
security = ldap
security = ldap
security = pam
security = pam
security = share
security = share
security = printing
security = printing
Suggested answer: D
asked 18/09/2024
Andre Passos
44 questions

Question 67

Report Export Collapse

The Samba configuration file contains the following lines:

LPI 202-450 image Question 67 52330 09182024213305000000

A workstation is on the wired network with an IP address of 192.168.1.177 but is unable to access the Samba server. A wireless laptop with an IP address 192.168.2.93 can access the Samba server. Additional trouble shooting shows that almost every machine on the wired network is unable to access the Samba server.

Which alternate host allow declaration will permit wired workstations to connect to the Samba server without denying access to anyone else?

host allow = 192.168.1.1-255
host allow = 192.168.1.1-255
host allow = 192.168.1.100 192.168.2.200 localhost
host allow = 192.168.1.100 192.168.2.200 localhost
host deny = 192.168.1.100/255.255.255.0 192.168.2.31 localhost
host deny = 192.168.1.100/255.255.255.0 192.168.2.31 localhost
host deny = 192.168.2.200/255.255.255.0 192.168.2.31 localhost
host deny = 192.168.2.200/255.255.255.0 192.168.2.31 localhost
host allow = 192.168.1.0/255.255.255.0 192.168.2.0/255.255.255.0 localhost
host allow = 192.168.1.0/255.255.255.0 192.168.2.0/255.255.255.0 localhost
Suggested answer: D, E
asked 18/09/2024
Edward Morgan
44 questions

Question 68

Report Export Collapse

FILL BLANK

What command displays NFC kernel statistics? (Specify ONLY the command without any path or parameters.)

nfsstat
nfsstat
Suggested answer: A
Explanation:

Reference: https://www.systutorials.com/docs/linux/man/8-nfsstat/

asked 18/09/2024
DATA 7 DATA7
46 questions

Question 69

Report Export Collapse

Which keyword is used in the Squid configuration to define networks and times used to limit access to the service?

acl
acl
allow
allow
http_allow
http_allow
permit
permit
Suggested answer: A
Explanation:

Reference: https://www.tecmint.com/configure-squid-server-in-linux/

asked 18/09/2024
victoria nagy
42 questions

Question 70

Report Export Collapse

The following Apache HTTPD configuration has been set up to create a virtual host available at www.example.com and www2.example.com:

LPI 202-450 image Question 70 52333 09182024213305000000

Even though Apache HTTPD correctly processed the configuration file, requests to both names are not handled correctly. What should be changed in order to ensure correct operations?

The configuration must be split into two VirtualHost sections since each virtual host may only have one name.
The configuration must be split into two VirtualHost sections since each virtual host may only have one name.
The port mentioned in opening VirtualHost tag has to be appended to the ServerName declaration's values.
The port mentioned in opening VirtualHost tag has to be appended to the ServerName declaration's values.
Both virtual host names have to be placed as comma separated values in one ServerName declaration.
Both virtual host names have to be placed as comma separated values in one ServerName declaration.
Both virtual host names have to be mentioned in the opening VirtualHost tag.
Both virtual host names have to be mentioned in the opening VirtualHost tag.
Only one Server name declaration may exist, but additional names can be declared in ServerAlias options.
Only one Server name declaration may exist, but additional names can be declared in ServerAlias options.
Suggested answer: C
asked 18/09/2024
Jonathan Ang
41 questions
Total 119 questions
Go to page: of 12
Search

Related questions