» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 5 »
Question 19/23
Explanation: The patch -dry-run command is used to test a patch before applying it. This will produce a text
output listing all the files that would be patched. If there are no 'Failed' messages, then the patch is safe to
install.
Reference: http://www.hmug.org/man/1/patch.html
Incorrect Answers
A: Patch -p1 will apply the patch.
B: Patch --context will apply the patch as a 'context diff' file.
C: Patch --unified will apply the patch as a 'unified diff' file.