Query: inode_permission
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INODE_PERMISSION(9) The Linux VFS INODE_PERMISSION(9)NAMEinode_permission - check for access rights to a given inodeSYNOPSISint inode_permission(struct inode * inode, int mask);ARGUMENTSinode inode to check permission on mask right to check for (MAY_READ, MAY_WRITE, MAY_EXEC)DESCRIPTIONUsed to check for read/write/execute permissions on an inode. We use "fsuid" for this, letting us set arbitrary permissions for filesystem access without changing the "normal" uids which are used for other things.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INODE_PERMISSION(9)
Related Man Pages |
---|
matchpathcon_filespec_destroy(3) - debian |
matchpathcon_filespec_destroy(3) - centos |
matchpathcon_filespec_eval(3) - centos |
clri(1m) - hpux |
strmode(3) - bsd |
Similar Topics in the Unix Linux Community |
---|
sticky bit?? |
Question: Automatic launching of a CLI menu upon login (OpenBSD) |