Want to know Actualtests LX0-103 Exam practice test features? Want to lear more about CompTIA CompTIA Linux+ [Powered by LPI] 1 certification experience? Study Accurate CompTIA LX0-103 answers to Up to date LX0-103 questions at Actualtests. Gat a success with an absolute guarantee to pass CompTIA LX0-103 (CompTIA Linux+ [Powered by LPI] 1) test on your first attempt.

Q41. - (Topic 4) 

Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting? 

A. tune2fs -d 200 /dev/sda1 

B. tune2fs -c 200 /dev/sda1 

C. tune2fs -i 200 /dev/sda1 

D. tune2fs -n 200 /dev/sda1 

E. tune2fs --days 200 /dev/sda1 

Answer:


Q42. - (Topic 1) 

Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination? 

A. /etc/keys 

B. /proc/keys 

C. /etc/inittab 

D. /proc/inittab 

E. /etc/reboot 

Answer:


Q43. - (Topic 3) 

Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log? 

A. cat < myapp | cat > file1.log 

B. myapp 0>&1 | cat > file1.log 

C. myapp | cat > file1.log 

D. myapp | tee file1.log 

E. tee myapp file1.log 

Answer:


Q44. - (Topic 3) 

What command will generate a list of user names from /etc/passwd along with their login shell? 

A. column -s : 1,7 /etc/passwd 

B. chop -c 1,7 /etc/passwd 

C. colrm 1,7 /etc/passwd 

D. cut -d: -f1,7 /etc/passwd 

Answer:


Q45. - (Topic 2) 

Which of the following environment variables overrides or extends the list of directories holding shared libraries? 

A. LD_LOAD_PATH 

B. LD_LIB_PATH 

C. LD_LIBRARY_PATH 

D. LD_SHARE_PATH 

E. LD_RUN_PATH 

Answer:


Q46. - (Topic 3) 

When starting a program with the nice command without any additional parameters, which 

nice level is set for the resulting process? 

A. -10 

B. 0 

C. 10 

D. 20 

Answer:


Q47. - (Topic 3) 

In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories? 

A. -dirmax 

B. -maxdepth 

C. -maxlevels 

D. -n 

E. -s 

Answer:


Q48. - (Topic 4) 

Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.) 

A. /sbin/mke2fs -j /dev/sdb1 

B. /sbin/mkfs -t ext3 /dev/sdb1 

C. /sbin/mkfs -c ext3 /dev/sdb1 

D. /sbin/mke3fs -j /dev/sdb1 

Answer: A,B 


Q49. - (Topic 3) 

Which of the following commands moves and resumes in the background the last stopped shell job? 

A. run 

B. bg 

C. fg 

D. back 

Answer:


Q50. CORRECT TEXT - (Topic 2) 

Which option to the yum command will update the entire system? (Specify ONLY the option name without any additional parameters.) 

Answer: update, upgrade 

Topic 3, GNU and Unix Commands