Directory Inode vs Regular File Inode
I believe it’s the mode of the inode… To access the field see stat(2) man page: Here is some example code from the Linux driver for minix FS:
I believe it’s the mode of the inode… To access the field see stat(2) man page: Here is some example code from the Linux driver for minix FS: