Practice LPI 102-500 Exam Questions
-
-
Page: 1/39
Total 194 Questions
Question No 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
Question No 2
When the command echo $ outputs 1, which of the following statements is true?
Question No 3
Which command makes the shell variable named VARIABLE visible to subshells?
Question No 4
What output will the command seq 10 produce?
Question No 5
After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce?
-
Page: 1/39
Total 194 Questions
-