You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ProcDetails kernel module shows informations about `procfs` files.
3
+
If a proc file is associated with a kernel module, the name of the module is shown. Otherwise, the module can only show that the file is created by the kernel.
4
+
The following other informations are shown:
5
+
6
+
*`Mode`: The permissions of the file:
7
+
* `Format`: Bitmask defined in `include/uapi/linux/stat.h`. Regular files are 100.
8
+
* `Permissions`: Bitmask defined in `include/uapi/linux/stat.h`.
9
+
*`Count`: Uses of the file
10
+
*`In use`: Number of processes currently using the file.
11
+
*`File Operations`: Shows the name of the file operations struct and all defined functions pointers.
0 commit comments