MarketDebugfs
Company Profile

Debugfs

debugfs is a special file system available in the Linux kernel since version 2.6.10-rc3. It was written by Greg Kroah-Hartman.

Use
To compile a Linux kernel with the debugfs facility, the option must be set to yes. It is typically mounted at with a command such as: mount -t debugfs none /sys/kernel/debug It can be manipulated using several calls from the C header file , which include: • for creating a file in the debug filesystem. • for creating a directory inside the debug filesystem. • for creating a symbolic link inside the debug filesystem. • for removing a debugfs entry from the debug filesystem. == References ==
tickerdossier.comtickerdossier.substack.com