Lpi 010-160 Online Free Questions

Posted by: Pdfprep Category: Lpi Online Questions Tags:

Our senior IT experts have developed questions and answers about 010-160 exam with their professional knowledge and experience, which have 90% similarity to the real 010-160 Linux Essentials Certificate Exam, version 1.6. What’s more, we always check the updating of 010-160 prep questions to ensure the accuracy of questions and answers. Before you decide to buy, you can practice 010-160 prep questions to learn about our products. I believe you will get high score in the test with our 010-160 premium questions.

Page 1 of 4

1. Which of the following commands puts the lines of the file data.csvinto alphabetical order?

2. Which of the following examples shows the general structure of a for loop in a shell script?

3. Which operator in a regular expression matches the preceding character either zero or one time?

4. The file script.sh in the current directory contains the following content:

#!/bin/bash

echo $MYVAR

The following commands are used to execute this script:

MYVAR=value

./script.sh

The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?

5. What is the return value of a shell script after successful execution?

6. Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?

7. Which of the following statements are true regarding a typical shell script? (Choose two.)

8. Which of the following commands extracts the contents of the compressed archive file1.tar.gz?

9. Which of the following commands finds all lines in the file operating-systems.txt which contain the term linux, regardless of the case?

10. Which one of the following statements concerning Linux passwords is true?