ipcmk(1) - Linux man page

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

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

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/.

Referenced By

svipc(7)