After installing a new Linux system the administrator runs a command that records the size, permissions, and MD5 sum of all the files on the system. Which of the following describes what the administrator is doing?

A. Identifying vulnerabilities
B. Design review
C. Host software baselining
D. Operating system hardening


Answer: C. Host software baselining

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program?

import java.util.HashMap; import java.util.Hashtable; import java.util.Map; public class Program { public static void main(String... args) { String k1 = "key1"; Map map = new Hashtable(); map.put(k1, "value1"); map.put(null, "value2"); System.out.println(map.get(k1)); System.out.println(map.get(null)); } } a. A NullPointer Exception will be thrown. b. value1 value2 c. value1 d. value1 null

Computer Science & Information Technology

A(n) ________ is a vertical line that groups buttons or commands

A) index B) delimiter C) divider D) separator

Computer Science & Information Technology

David can test his movie by accessing the Bandwidth Profiler from the View menu in the ____ dialog box.

a. Spelling b. Flash Player c. Web Communication d. Test Scene

Computer Science & Information Technology

Which of the following terms describes the number of times per year that managers expect a risk to occur?

a. ALE b. AV c. SLE d. EF e. ARO

Computer Science & Information Technology