Scroll to navigation

IPCMK(1) Linux Programmer's Manual IPCMK(1)

NAME

ipcmk - create various ipc resources

SYNOPSIS

ipcmk -h
ipcmk [-M size] [-S nsems] [-Q] [-p mode]

DESCRIPTION

ipcmk allows you to create shared memory segments, message queues or semaphore arrays.

OPTIONS

shared memory segment of size bytes

The size argument may be followed by the multiplicative suffixes KiB (=1024), MiB (=1024*1024), and so on for GiB, etc. (the "iB" is optional, e.g., "K" has the same meaning as "KiB") or the suffixes KB (=1000), MB (=1000*1000), and so on for GB, etc.

semaphore array with nsems elements
message queue
permission for the resource (default is 0644)
display a short help message and exit

SEE ALSO

ipcrm(1), ipcs(1)

AUTHOR

Hayden A. James (hayden.james@gmail.com)

AVAILABILITY

The ipcmk command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.

21 March 2008 ipcmk