Create a /proc/count file that shows the current number of running processes running
Use "make" to build the module as well as "make clean" to remove the previous build information if needed.
Use "sudo insmod proc_count.ko" to insert the module into the kernelUse the "cat /proc/count" command to run the programResult: 141
Use "sudo rmmod proc_count" to clean up the built binary and remove the module from the kernelpython -m unittestRan 3 tests in 12.883s OK
Report which kernel release version you tested your module on
(hint: use uname, check for options with man uname).
It should match release numbers as seen on https://www.kernel.org/.
uname -r -s -vKernel Ver: 5.14.8