IPCMK(1) | User Commands | IPCMK(1) |
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, --shmem size
-m, --posix-shmem size
-Q, --queue
-q, --posix-mqueue
-S, --semaphore number
-s, --posix-semaphore
-n, --name name
Other options are:
-p, --mode mode
-h, --help
-V, --version
AUTHORS
Hayden A. James <hayden.james@gmail.com>, Prasanna Paithankar <paithankarprasanna@gmail.com>
SEE ALSO
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/.
2025-03-29 | util-linux 2.41 |