centos man page for inode_permission

Query: inode_permission

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

INODE_PERMISSION(9)						   The Linux VFS					       INODE_PERMISSION(9)

NAME
inode_permission - Check for access rights to a given inode
SYNOPSIS
int inode_permission(struct inode * inode, int mask);
ARGUMENTS
inode Inode to check permission on mask Right to check for (MAY_READ, MAY_WRITE, MAY_EXEC)
DESCRIPTION
Check for read/write/execute permissions on an inode. We use fs[ug]id for this, letting us set arbitrary permissions for filesystem access without changing the "normal" UIDs which are used for other things. When checking for MAY_APPEND, MAY_WRITE must also be set in mask.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 INODE_PERMISSION(9)
Related Man Pages
matchpathcon_checkmatches(3) - debian
matchpathcon_filespec_add(3) - debian
matchpathcon_checkmatches(3) - centos
matchpathcon_filespec_add(3) - centos
clri(8) - opendarwin
Similar Topics in the Unix Linux Community
sticky bit??
Question: Automatic launching of a CLI menu upon login (OpenBSD)