3. using the file utility

in linux, a file’s extension does not, by default, ategorize its nature the way it might in other operating systems. for example, one cannot assume that a file named “file.txt” is a text file and not an executable program.

6. Lab10.2: Using diff and patch

diff -Naur original modified > original.patch
patch original < original.patch