nerdexam
LPI

117-102 · Question #640

Incremental upgrades of the kernel are distributed as:

The correct answer is A. patches. Incremental upgrades of the kernel are distributed as patches. For example, if you have version 1.1.45, and you notice that there's a patch46.gz' out there for it, it means you can upgrade to version 1.1.46 through application of the patch. You might want to make a backup of…

107 Administrative Tasks

Question

Incremental upgrades of the kernel are distributed as:

Options

  • Apatches.
  • Bfixes.
  • Chotfixes.
  • Dservice packs.

How the community answered

(28 responses)
  • A
    82% (23)
  • B
    11% (3)
  • C
    4% (1)
  • D
    4% (1)

Explanation

Incremental upgrades of the kernel are distributed as patches. For example, if you have version 1.1.45, and you notice that there's a patch46.gz' out there for it, it means you can upgrade to version 1.1.46 through application of the patch. You might want to make a backup of the source tree first (make clean' and then `cd /usr/src; tar zcvf old-tree.tar.gz linux' will make a compressed tar archive for you.).

Topics

#kernel upgrades#patches#incremental update

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice