NAME
ipcmk - make various IPC resources
SYNOPSIS
ipcmk [options]
DESCRIPTION
ipcmk allows you to create POSIX and System V inter-process communication (IPC) objects: shared memory segments, message queues, and semaphore (arrays for System V).
OPTIONS
Resources can be specified with these options:
-M, --shmemsize
-m, --posix-shmemsize
-Q, --queue
-q, --posix-mqueue
-S, --semaphorenumber
-s, --posix-semaphore
-n, --namename
Other options are:
-p, --modemode
-h, --help
-V, --version
AUTHORS
Hayden A. James <[email protected]>, Prasanna Paithankar <[email protected]>
SEE ALSO
ipcrm(1), ipcs(1), lsipc(1), sysvipc(7)
REPORTING BUGS
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
AVAILABILITY
The ipcmk command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.