- Home
- Lpi Certification
- 010-160 Exam
- Lpi.010-160.dumpsfiles Dumps
Free Lpi 010-160 Exam Dumps Questions & Answers
| Exam Code/Number: | 010-160Join the discussion |
| Exam Name: | Linux Essentials Certificate Exam - version 1.6 |
| Certification: | Lpi |
| Question Number: | 80 |
| Publish Date: | Jun 03, 2026 |
|
Rating
100%
|
|
Page: 1 / 16
Total 80 questions
Total 80 questions
Which of the following permissions are set on the /tmp/ directory?
Correct Answer: A
Explanation: (Only visible for DumpsFiles members)
What is true about the owner of a file?
Correct Answer: C
Explanation: (Only visible for DumpsFiles members)
The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?
Correct Answer: C
Explanation: (Only visible for DumpsFiles members)
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?
Correct Answer: E
Explanation: (Only visible for DumpsFiles members)
