Do you want to pass the LPI 102-400 certification exam. In fact, it really is a tough task to have certified without just about any help. Ucertify will probably be your assistant from the preparation for LPI LPI exam. So, dont believe twice! Just click on the mouse along with confirm the payment. All of us will produce all the LPI LPI preparation supplies to you.

2021 Sep 102-400 torrent

Q61. CORRECT TEXT - (Topic 1) 

What word is missing from the following SQL statement? 

insert into tablename ________(909, 'text'); 

(Please specify the missing word using lower-case letters only.) 

Answer: VALUES, values 


Q62. CORRECT TEXT - (Topic 6) 

Which directory holds the files that configure the xinetd service when using several configuration files instead of an integrated configuration file? (Specify the full path to the directory.) 

Answer: /etc/xinetd.d/, /etc/xinetd.d 


Q63. CORRECT TEXT - (Topic 5) 

What is the lowest numbered unprivileged TCP port? (Specify the number in digits only.) 

Answer: 1024 


Q64. - (Topic 6) 

Which configuration file would be edited to change default options for the OpenSSH server? 

A. /etc/ssh/sshd_config 

B. /etc/ssh/ssh 

C. /etc/ssh/server 

D. /etc/ssh/ssh_config 

E. /etc/ssh/ssh_server 

Answer: A 


Q65. - (Topic 3) 

What is NOT contained in the locale setting of the operating system? 

A. currency symbol 

B. language 

C. timezone 

D. thousands separator 

Answer: C 


102-400 test

Up to date 102-400 actual exam:

Q66. - (Topic 3) 

Which of the following commands should be added to /etc/bash_profile in order to change the language of messages for an internationalized program to Portuguese (pt)? 

A. export LANGUAGE="pt" 

B. export MESSAGE="pt" 

C. export UI_MESSAGES="pt" 

D. export LC_MESSAGES="pt" 

E. export ALL_MESSAGES="pt" 

Answer: D 


Q67. - (Topic 1) 

Which of the following commands lists all defined variables and functions within Bash? 

A. env 

B. set C. env -a 

D. echo $ENV 

Answer: B 


Q68. - (Topic 1) 

What is the difference between the commands test -e path and test -f path? 

A. They are equivalent options with the same behaviour. 

B. The -f option tests for a regular file. The -e option tests for an empty file. 

C. Both options check the existence of the path. The -f option also confirms that it is a regular file. 

D. The -f option tests for a regular file. The -e option tests for an executable file. 

Answer: C 


Q69. - (Topic 5) 

Which of the following IPv4 networks are reserved by IANA for private address assignment and private routing? (Choose THREE correct answers.) 

A. 127.0.0.0/8 

B. 10.0.0.0/8 

C. 169.255.0.0/16 

D. 172.16.0.0/12 

E. 192.168.0.0/16 

Answer: B,D,E 


Q70. - (Topic 1) 

What output will the following command sequence produce? 

echo '1 2 3 4 5 6' | while read a b c; do 

echo result: $c $b $a; 

done 

A. result: 3 4 5 6 2 1 

B. result: 1 2 3 4 5 6 

C. result: 6 5 4 

D. result: 6 5 4 3 2 1 

E. result: 3 2 1 

Answer: A