Query: file_permission
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FILE_PERMISSION(9) The Linux VFS FILE_PERMISSION(9)NAMEfile_permission - check for additional access rights to a given fileSYNOPSISint file_permission(struct file * file, int mask);ARGUMENTSfile file to check access rights for mask right to check for (MAY_READ, MAY_WRITE, MAY_EXEC)DESCRIPTIONUsed to check for read/write/execute permissions on an already opened file.NOTEDo not use this function in new code. All access checks should be done using inode_permission.COPYRIGHTKernel Hackers Manual 2.6. July 2010 FILE_PERMISSION(9)
Related Man Pages |
---|
tcl_access(3) - mojave |
vop_access(9) - debian |
vop_accessx(9) - freebsd |
vop_access(9) - redhat |
vop_access(9) - osx |
Similar Topics in the Unix Linux Community |
---|
File Permissions in Mac OS X |
changing default file permissions |
Re-apply the file permission |
looking for help on script to capture file permission. |
Check for file permission |