CompTIA Linux+ (XK0-004) — Question 182
A systems administrator documents the instructions on the internal wiki regarding how to turn the company's code into Debian packages. The instructions include the commands used to compile, what tests need to be run, the commands to convert the raw code into a package that apt or dpkg can manage, as well as an explanation of each command.
Which of the following is this an example of?
Answer options
- A. Infrastructure as code
- B. Attributes
- C. Procedures
- D. Configuration management
Correct answer: C
Explanation
This is an example of Procedures because it details the specific steps and commands necessary to achieve a task. The other options are incorrect; Infrastructure as code refers to managing infrastructure through code, Attributes are characteristics or properties, and Configuration management involves maintaining computer systems in desired states.