First, rpm is RedHat Package Manager. Compilation is done with gcc, the GNU C Compiler.
To add that kernel to grub2's menu, as root you'd need to run:
grub2-mkconfig > /boot/grub2/grub.cfg #redirection is favored by Red Hat
Check out the man page @ man grub2-mkconfig
Answer: A) Policy
Explanation:
Security policy framework is the regulations that are links the information security of an organization with the professionals and business .It maintains the responsibilities and documentation with security .
- Policy is the document containing expectation,importance, requirement and scope of an organization about security .This security plan is high level document that need to be approved by higher management for implementation in company.
- Other options are incorrect because standard principles, guidelines in form of regulation and procedure is the manner that is not required for to be permitted by higher management for being implemented on the business organization.
- Thus the correct option is option(A).
XML (eXtensible Markup Language) is a meta-language that defines a language (of your creation, within XML specs). The language that you create has to follow your specifications.
Answer:
A. A1
Explanation:
Worksheet's Columns are named with Alphabets. i.e. A,B,C,D,E....
And Worksheet's rows are named with numbers. i.e. 1,2,3,4,5....
So the intersection of first row number as "1" and First Column name as "A" is A1 as worksheet displays column name first and then row number.