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

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

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

A.
bunzip2 ../patch-2.4.28.tar.bz2 | patch –rp1

B.
bunzip2 ../patch-2.4.28.tar.bz2 | patch -Rp1

C.
unzip2 –c ../patch-2.4.28.tar.bz2 | patch -Rp1

D.
bunzip2 –c ../patch-2.4.28.tar.bz2 | patch -rp1

E.
bunzip2 –c ../patch-2.4.28.tar.bz2 | unpatch -p1

F.
bunzip2 ../patch-2.4.28.tar.bz2 | unpatch –p1



Leave a Reply 4

Your email address will not be published. Required fields are marked *


hesam

hesam

Answer is B

Hank

Hank

Answer is “bunzip2 -c ../patch-2.4.28.tar.bz2 | patch -Rp1”

marcus

marcus

Yes Hank – correct is “c” with “bunzip2 -c” you send it to stdout, pipe it to patch reverse (-R)

Mike

Mike

Hi Admin,

please correct this to Answer B. Now is still answer C highlighted instead of answer B.

Thanks
Mike