centos man page for ipcperms

Query: ipcperms

OS: centos

Section: 9

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

IPCPERMS(9)						       Kernel IPC facilities						       IPCPERMS(9)

NAME
ipcperms - check IPC permissions
SYNOPSIS
int ipcperms(struct ipc_namespace * ns, struct kern_ipc_perm * ipcp, short flag);
ARGUMENTS
ns IPC namespace ipcp IPC permission set flag desired permission set.
DESCRIPTION
Check user, group, other permissions for access to ipc resources. return 0 if allowed flag will most probably be 0 or S_...UGO from <linux/stat.h>
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IPCPERMS(9)
Related Man Pages
ipc(2) - debian
ipc(2) - centos
__pmresetipc(3) - centos
semget(2) - opendarwin
semget(2) - freebsd
Similar Topics in the Unix Linux Community
semaphore access speed