nerdexam
LPI

201-400 · Question #154

To remove the patch patch-2.4.28.tar.bz2 from a kernel source tree, the command that must be used is:

The correct answer is B. bunzip2 -c ../patch-2.4.28.tar.bz2 | patch -Rp1. See the full explanation below for the reasoning.

Question

To remove the patch patch-2.4.28.tar.bz2 from a kernel source tree, the command that must be used is:

Options

  • Abunzip2 ../patch-2.4.28.tar.bz2 | patch -rp1
  • Bbunzip2 -c ../patch-2.4.28.tar.bz2 | patch -Rp1
  • Cbunzip2 -c ../patch-2.4.28.tar.bz2 | unpatch -p1
  • Dbunzip2 ../patch-2.4.28.tar.bz2 | unpatch -p1
  • Ebunzip2 ../patch-2.4.28.tar.bz2 | patch -Rp1
  • Fbunzip2 -c ../patch-2.4.28.tar.bz2 | patch -rp1

How the community answered

(67 responses)
  • A
    15% (10)
  • B
    72% (48)
  • C
    1% (1)
  • D
    3% (2)
  • E
    7% (5)
  • F
    1% (1)

Community Discussion

No community discussion yet for this question.

Full 201-400 Practice