Linux Commands Examples

A great documentation place for Linux commands

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

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

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

-Q

message queue

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)

How can this site be more helpful to YOU ?


give  feedback