LPI 010-160 Practice Test - Questions Answers, Page 2
List of questions
Question 11

Which permissions are set on a regular file once the permissions have been modified with the command chmod 654 file.txt?
Question 12

What is true about the owner of a file?
Question 13

Which of the following permissions are set on the /tmp/ directory?
Question 14

Which command adds the new user tux and creates the user's home directory with default configuration files?
Question 15

What information is stored in /etc/passwd? (Choose three.)
Question 16

Which of the following tar options handle compression? (Choose two.)
Question 17

FILL BLANK
What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional information.)
Question 18

Which of the following commands creates an archive file work.tar from the contents of the directory ./work/?
Question 19

Which of the following keys can be pressed to exit less?
Question 20

The current directory contains the following file:
-rwxr-xr-x 1 root root 859688 Feb 7 08:15 test.sh
Given that the file is a valid shell script, how can this script be executed? (Choose two.)
Question