» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 5 » Question 19/23
19.You want to compile a kernel with an experimental change that is distributed in "patch" format. However, you want to make sure that the patch works correctly before changing the original kernel source code. How can you test the patch before actually applying it?

patch -p1
patch --context
patch --unified
patch --dry-run

Explanation

« Question 18 Question 20 »