aiotestking uk

LX0-104 Exam Questions - Online Test


LX0-104 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Q1. CORRECT TEXT - (Topic 6) 

In an xinetd configuration file, which attribute specifies the network address that will be used to provide the service? 

Answer: bind, interface 

Q2. - (Topic 6) 

Which configuration file would be edited to change the default options for outbound SSH 

sessions? 

A. /etc/ssh/sshd_config 

B. /etc/ssh/ssh 

C. /etc/ssh/client 

D. /etc/ssh/ssh_config 

E. /etc/ssh/ssh_client 

Answer:

Q3. - (Topic 1) 

What is the purpose of the file /etc/profile? 

A. It contains the welcome message that is displayed after login. 

B. It contains security profiles defining which users are allowed to log in. 

C. It contains environment variables that are set when a user logs in. 

D. It contains default application profiles for users that run an application for the first time. 

Answer:

Q4. - (Topic 4) 

Which of the following commands is used to rotate, compress, and mail system logs? 

A. rotatelog 

B. striplog 

C. syslogd --rotate 

D. logrotate 

E. logger 

Answer:

Q5. - (Topic 2) 

Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.) 

A. Start and prepare the desktop environment for the user. 

B. Configure additional devices like new monitors or projectors when they are attached. 

C. Handle the login of a user. 

D. Lock the screen when the user was inactive for a configurable amount of time. 

E. Create an X11 configuration file for the current graphic devices and monitors. 

Answer: A,C 

Q6. CORRECT TEXT - (Topic 5) 

Which keyword must be listed in the hosts option of the Name Service Switch configuration file in order to make host lookups consult the /etc/hosts file? 

Answer: files 

Q7. - (Topic 3) 

What is the purpose of the iconv command? 

A. It converts bitmap images from one format to another such as PNG to JPEG. 

B. It verifies that the root directory tree complies to all conventions from the Filesystem Hierarchy Standard (FHS). 

C. It displays additional meta information from icon files ending in .ico. 

D. It changes the mode of an inode in the ext4 file system. 

E. It converts files from one character encoding to another. 

Answer:

Q8. CORRECT TEXT - (Topic 6) 

Which file contains a set of services and hosts that will be allowed to connect to the server by going through a TCP Wrapper program such as tcpd? (Specify the full name of the file, including path.)https://lh3.googleusercontent.com/-5cd-clmKnbk/AAAAAAAAAAI/AAAAAAAAADM/-SXesH19Ido/s46-c-k-no/photo.jpg 

Answer: /etc/hosts.allow 

Q9. - (Topic 1) 

What output will the following command produce? 

seq 1 5 20 

A. 1 6 1 1 1 6 

B. 1 5 10 15 

C. 1 2 3 4 

D. 2 3 4 5 

E. 5 10 15 20 

Answer:

Q10. - (Topic 6) 

Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose TWO correct answers.) 

A. ssh --port 2222 example.com 

B. ssh -p 2222 example.com 

C. ssh -o Port=2222 example.com 

D. ssh -o GatewayPort=2222 example.com 

E. ssh example.com:2222 

Answer: B,C