- (Exam Topic 4)
Which of the following command lines creates or, in case it already exists, overwrites a file called data with the output of ls?
Correct Answer:C
- (Exam Topic 5)
A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?
Correct Answer:D
- (Exam Topic 2)
Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.)
Solution:
swapoff, /sbin/swapoff
Does this meet the goal?
Correct Answer:A
- (Exam Topic 1)
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
Correct Answer:B
- (Exam Topic 1)
Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)
Correct Answer:BCE
- (Exam Topic 3)
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?
Correct Answer:C