A kernel module that lists all current tasks in a Linux system beginning from the init task.
Commands used:
sudo su
make
insmod tasks_lister_dfs.ko
lsmod
dmesg
A kernel module that lists all current tasks in a Linux system beginning from the init task.
C