Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 - 101-350 Exam Practice Test
CORRECT TEXT
Which command will display messages from the kernel that were output during the normal bootup sequence?
Which command will display messages from the kernel that were output during the normal bootup sequence?
Correct Answer:
dmesg, /bin/dmesg
Which of the following is correct when talking about mount points?
Correct Answer: B
Vote an answer
CORRECT TEXT
What umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Provide only the numerical umask value)
What umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Provide only the numerical umask value)
Correct Answer:
0077, 077
Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
Correct Answer: A
Vote an answer
After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?
Correct Answer: D
Vote an answer
Which of the following commands changes the ownership of file.txt to the user dan and the group staff?
Correct Answer: A
Vote an answer
In the vi editor, which of the following commands will copy the current line into the vi buffer?
Correct Answer: C
Vote an answer
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
Correct Answer: D
Vote an answer
Which command is used to query information about the available packages on a Debian system?
Correct Answer: A
Vote an answer
Which of the following commands lists the dependencies of a given dpkg package?
Correct Answer: C
Vote an answer