- (Exam Topic 4)
Which command is used to create and initialize the files used to store quota information? (Specify ONLY the command without any path or parameters.)
Solution:
quotacheck
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 2)
When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)
Correct Answer:
ABD
- (Exam Topic 3)
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
Solution:
mkdir, /usr/bin/mkdir
Does this meet the goal?
Correct Answer:
A
- (Exam Topic 3)
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
Correct Answer:
B
- (Exam Topic 5)
Which of the following commands displays the output of the foo command on the screen and also writes it to a file called /tmp/foodata?
Correct Answer:
D