...SEE ALSO memfd_create (2), shmat (2), shmctl (2), shmdt (2), ftok (3), capabilities (7), shm_overview (7), sysvipc (7)...it(EXIT_SUCCESS); } SEE ALSO brk (2), mmap (2), shmctl (2), shmget (2), capabilities (7), shm_overview (7), sysvipc (7)...it(EXIT_SUCCESS); } SEE ALSO brk (2), mmap (2), shmctl (2), shmget (2), capabilities (7), shm_overview (7), sysvipc (7)...it(EXIT_SUCCESS); } SEE ALSO brk (2), mmap (2), shmctl (2), shmget (2), capabilities (7), shm_overview (7), sysvipc (7)...st_macros (7), mq_overview (7), path_resolution (7), pipe (7), pty (7), sem_overview (7), shm_overview (7), signal (7), socket (7), standards (7), symlink (7), system_data_types…System V shared memory control NAME shmctl - System V shared memory control LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/shm.h> int shmctl(int shmid , int op , …map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…map files or devices into memory NAME mmap2 - map files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> /* Definition of MAP_* and P…execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […open a message queue NAME mq_open - open a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <fcntl.h> /* For O_* constants */ #include <sys/stat.h> /* For…create an anonymous file NAME memfd_create - create an anonymous file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macros(7) */ #inclu…set file mode creation mask NAME umask - set file mode creation mask LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> mode_t umask(mode_t mask ); DESCRIPTIO…send a message to a message queue NAME mq_send, mq_timedsend - send a message to a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_send…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…truncate a file to a specified length NAME truncate, ftruncate - truncate a file to a specified length LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int tr…get/set message queue attributes NAME mq_getsetattr - get/set message queue attributes SYNOPSIS #include <mqueue.h> /* Definition of struct mq_attr */ #include <sys/syscall.h> /* D…remove a message queue NAME mq_unlink - remove a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_unlink(const char * name ); DESCRIPTIO…