bz2 from a kernel source tree, the command that must be usedis:

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 1

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


Marcus

Marcus

“C” is correct, but it must be bunzip – cause *.bz2:
bunzip2 -c ../patch-2.4.28.tar.bz2 | patch -Rp1