ipcmk
create various ipc resources
see also :
ipcrm - ipcs
Synopsis
ipcmk
-h
ipcmk [-M size] [-S
nsems] [-Q] [-p
mode]
add an example, a script, a trick and tips
examples
no example yet ...
... Feel free to add your own example above to help other Linux-lovers !
description
ipcmk
allows you to create shared memory segments, message queues
or semaphore arrays.
options
Resources may
be specified as follows:
-M size
shared memory segment of size
size
-S
nsems
semaphore array with
nsems elements
Other options
-p mode
permission for the resource
(default is 0644)
-h
display a short help message and exit
availability
The ipcmk command is part of the util-linux package and is
available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
see also
ipcrm ,
ipcs
author
Hayden A. James
(hayden.james[:at:]gmail[:dot:]com)