Act now and download your LPI 101-400 test today! Do not waste time for the worthless LPI 101-400 tutorials. Download Replace LPI LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 exam with real questions and answers and begin to learn LPI 101-400 with a classic professional.

Q65. - (Topic 3) 

Which of the following commands will print the last 10 lines of a text file to the standard output? 

A. cat -n 10 filename 

B. dump -n 10 filename 

C. head -n 10 filename 

D. tail -n 10 filename 

Answer:


Q66. - (Topic 4) 

Which of the following commands shows the definition of a given shell command? 

A. where 

B. stat 

C. type 

D. case 

Answer:


Q67. - (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:


Q68. - (Topic 3) 

What is the output of the following command? 

echo "Hello World" | tr -d aieou 

A. Hello World 

B. eoo 

C. Hll Wrld 

D. eoo Hll Wrld 

Answer:


Q69. - (Topic 1) 

Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.) 

A. shutdown -R 1 now 

B. shutdown -single now 

C. init 1 

D. telinit 1 

E. runlevel 1 

Answer: C,D 


Q70. - (Topic 4) 

What does the command mount -a do? 

A. It mounts all available filesystems onto the current directory. 

B. It shows all mounted filesystems. 

C. It mounts all user mountable filesystems for the current user. 

D. It mounts all filesystems listed in /etc/fstab which have the option auto set. 

E. It mounts all filesystems listed in /etc/fstab which have the option noauto set. 

Answer:


Q71. - (Topic 3) 

Which of the following command sets the Bash variable named TEST with the content FOO? 

A. set TEST="FOO" 

B. TEST = "FOO" 

C. var TEST="FOO" 

D. TEST="FOO" 

Answer:


Q72. - (Topic 3) 

In Bash, inserting 1>&2 after a command redirects 

A. standard error to standard input. 

B. standard input to standard error. 

C. standard output to standard error. 

D. standard error to standard output. 

E. standard output to standard input. 

Answer: