Lpi LPIC-2 Exam 201, Part 1 of 2, version 4.0 - 201-400 FREE EXAM DUMPS QUESTIONS & ANSWERS
CORRECT TEXT
After a lot of write operations, the changes should be written to the disk. Please enter the appropriate command, without the path or any options or parameters that would achieve this.
After a lot of write operations, the changes should be written to the disk. Please enter the appropriate command, without the path or any options or parameters that would achieve this.
Correct Answer:
sync
CORRECT TEXT
Because of a bad BIOS LBA translation, a booting system displays an error instead of a
LILO prompt. Complete the error message with the error number:
L
Because of a bad BIOS LBA translation, a booting system displays an error instead of a
LILO prompt. Complete the error message with the error number:
L
Correct Answer:
1
OR: 01
OR: 01
While checking the logfiles on your log server, you notice that all client machines are showing up by IP address rather than by hostname, although DNS is configured and running. How would you ensure that host entries show by name rather than by IP?
Correct Answer: E
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You want to enter a series of commands from the command line. What would be the quickest way to do this?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Which option is used in the Samba configuration file to set which files and directories are neither visible to or accessible by the clients?
Correct Answer: D
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
You maintain daily backups of a large file, as well as calculating an MD5 checksum with md5sum. When verifying the contents of one such backup, you notice that the new checksum is different from the previous one by only one byte. What does this tell you about the contents of the file?
Correct Answer: A
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
When bash is invoked as an interactive login shell, which of the following sentences is true?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Select the TWO correct alternatives regarding the kill -9 command:
Correct Answer: A,E
Vote an answer
CORRECT TEXT
In order to provide notices and information to users when they log in to a server, what file must be modified to give these notices? (Please provide the file with full path information)
In order to provide notices and information to users when they log in to a server, what file must be modified to give these notices? (Please provide the file with full path information)
Correct Answer:
/etc/motd
CORRECT TEXT
Configuration of X is complete and now the default runlevel can be changed from runlevel 3 to runlevel 5. In which of the following configuration files should this be done?
Configuration of X is complete and now the default runlevel can be changed from runlevel 3 to runlevel 5. In which of the following configuration files should this be done?
Correct Answer:
/etc/inittab
What is the minimum number of disks required in a fully redundant RAID5 array?
Correct Answer: A
Vote an answer
A GRUB boot loader installed in the MBR was accidentally overwritten. After booting with a rescue CD-ROM, how can the lost GRUB first stage loader be recovered?
Correct Answer: A
Vote an answer
Which of the following environment variables determines your working directory at the completion of a successful login?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
CORRECT TEXT
After configuring a new 2.4 series kernel, all dependencies such as include files, need to be created. How can this be achieved? (Enter the complete command)
After configuring a new 2.4 series kernel, all dependencies such as include files, need to be created. How can this be achieved? (Enter the complete command)
Correct Answer:
make dep
Explanation:
Not makedep: There is no linux command named makedep
Not MAKEDEP
Explanation:
Not makedep: There is no linux command named makedep
Not MAKEDEP
CORRECT TEXT
Your newly-compiled kernel can not find any modules it needs to load. What command was missed when compiling and installing the kernel?
Your newly-compiled kernel can not find any modules it needs to load. What command was missed when compiling and installing the kernel?
Correct Answer:
make modules_install