- Given the
inode that exists in /proc/**/fd/* - And the Linux kernel module, which should find the executable path from the
/proc/**/exe symbolic link
How could I implement this so that from the inode number I get the path of the executable using fd?
source share