1IPCMK(1) Linux Programmer's Manual IPCMK(1)
2
3
4
6 ipcmk - create various ipc resources
7
9 ipcmk -h
10 ipcmk [-M size] [-S nsems] [-Q] [-p mode]
11
13 ipcmk allows you to create shared memory segments, message queues or
14 semaphore arrays.
15
17 Resources may be specified as follows:
18
19 -M size
20 shared memory segment of size size
21
22 -S nsems
23 semaphore array with nsems elements
24
25 -Q message queue
26
27 Other options
28
29 -p mode
30 permission for the resource (default is 0644)
31
32 -h display a short help message and exit
33
35 ipcrm(1), ipcs(1)
36
38 Hayden A. James (hayden.james@gmail.com)
39
41 The ipcmk command is part of the util-linux-ng package and is available
42 from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
43
44
45
46ipcmk 21 March 2008 IPCMK(1)