Lpi 102-400 LPI Level 1 Exam 102, Junior Level Linux Certification,Part 2 of 2 Online Training

Lpi 102-400 exam is a famous exam that will open new opportunities for you in a professional career.Exam4Training is here to help you in preparation for Lpi 102-400 LPI Level 1 Exam 102, Junior Level Linux Certification,Part 2 of 2 Online Training. These Lpi 102-400 LPI Level 1 Exam 102, Junior Level Linux Certification,Part 2 of 2 Online Training have in the detailed analysis of the topics. Furthermore, these Lpi 102-400 LPI Level 1 Exam 102, Junior Level Linux Certification,Part 2 of 2 Online Training will helps you to manage your preparation time. After preparing from Exam4Training Level 1 102-400 exam latest questions you can easily pass LPI Level 1 Exam 102, Junior Level Linux Certification,Part 2 of 2 exam at the very first attempt.

Page 1 of 6

1. Topic 1, Shells, Scripting and Data Management

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

2. When the command echo $ outputs 1, which of the following statements is true?

3. CORRECT TEXT

What word is missing from the following SQL statement?

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

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

4. Which command makes the shell variable named VARIABLE visible to subshells?

5. What output will the command seq 10 produce?

6. CORRECT TEXT

By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.)

7. CORRECT TEXT

What word is missing from the following SQL statement?

__________ count(*) from tablename;

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

8. After issuing:

function myfunction { echo $1 $2 ; }

in Bash, which output does:

myfunction A B C

Produce?

9. Which of the following commands puts the output of the command date into the shell variable mydate?

10. Which of the following files, when existing, affect the behavior of the Bash shell? (Choose TWO correct answers.)