What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
Reveal answer details Close answer details
Correct answerB
LPI · 101-400
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file? Reveal answer details Close answer detailsCorrect answerC
Single choice
What is the effect of the egrep command when the -v option is used? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands is used to change metadata and options for ext3 filesystems? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which of the following commands can be used to display the inode number of a given file? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which grep command will print only the lines that do not end with a / in the file foo? Reveal answer details Close answer detailsCorrect answerC
Multiple choice
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.) Reveal answer details Close answer detailsCorrect answersC, D
Single choice
What is the default nice level when a process is started using the nice command? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which chown command will change the ownership to dave and the group to staff on a file named data.txt? Reveal answer details Close answer detailsCorrect answerD
Single choice
Which of the following commands will print the last 10 lines of a text file to the standard output? Reveal answer details Close answer detailsCorrect answerD
Fill in the blank
FILL BLANK What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.) Reveal answer details Close answer detailsAccepted answermenu.lst -or- grub.conf -or- grub.cfg
Single choice
Which of the following commands instructs SysVinit to reload its configuration file? Reveal answer details Close answer detailsCorrect answerD
Single choice
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following pieces of information of an existing file is changed when a hard link pointing to that file is created? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which option to the tee command will cause the output to be concatenated on the end of the output file instead of overwriting the existing file contents? Reveal answer details Close answer detailsCorrect answerA
Fill in the blank
FILL BLANK Following the Filesystem Hierarchy Standard (FHS), where should binaries that have been compiled by the system administrator be placed in order to be made available to all users on the system? Reveal answer details Close answer detailsAccepted answerUSRLOCALBIN
Multiple choice
Which of the following are modes of the vi editor? (Choose two.) Reveal answer details Close answer detailsCorrect answersB, E
Single choice
Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt? Reveal answer details Close answer detailsCorrect answerC
Fill in the blank
FILL BLANK Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.) Reveal answer details Close answer detailsAccepted answerswapoff -or- /sbin/swapoff
Single choice
In compliance with the FHS, in which of the following directories are documentation files found? Reveal answer details Close answer detailsCorrect answerD
Single choice
What is the default action of the split command on an input file? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands updates the linker cache of shared libraries? Reveal answer details Close answer detailsCorrect answerE
Multiple choice
Which of the following commands set the sticky bit for the directory /tmp? (Choose TWO correct answers.) Reveal answer details Close answer detailsCorrect answersB, C
Single choice
Which of the following command lines creates or, in case it already exists, overwrites a file called data with the output of ls? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following commands shows the definition of a given shell command? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which permissions and ownership should the file /etc/passwd have? Reveal answer details Close answer detailsCorrect answerB
Single choice
Which of the following commands will reduce all consecutive spaces down to a single space? Reveal answer details Close answer detailsCorrect answerE |