Question: Embedded OS UBUNTU LINUX Build a loadable kernel module called findTask that will access the kernel's task_struct data structure to find if a specified task
Embedded OS UBUNTU LINUX
Build a loadable kernel module called findTask that will access the kernel's task_struct data structure to find if a specified task is running and report that respectively.
use -> $sudo findTask.ko name=processname
if the processname is found display "Found process processname with pid #" if not found "Not Found process processname)
upload the source code of the module and the makefile you used to build your module.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
