1IPCMK(1) User Commands IPCMK(1)
2
3
4
6 ipcmk - create various ipc resources
7
9 ipcmk <resource options> [additional options]
10
12 ipcmk allows you to create shared memory segments, message queues or
13 semaphore arrays.
14
16 Resources may be specified as follows:
17
18 -M, --shmem [size]
19 Shared memory segment of size bytes.
20
21 -S, --semaphore [number]
22 Semaphore array with number of elements.
23
24 -Q, --queue
25 Message queue.
26
28 -p, --mode [mode]
29 Permission for the resource. Default is 0644.
30
31 -h, --help
32 Display a short help message and exit.
33
34 -V, --version
35 Output version information and exit.
36
38 ipcrm(1), ipcs(1)
39
41 Hayden A. James ⟨hayden.james@gmail.com⟩
42
44 The ipcmk command is part of the util-linux package and is available
45 from Linux Kernel Archive ⟨ftp://ftp.kernel.org/pub/linux/utils/util-
46 linux/⟩.
47
48
49
50util-linux September 2011 IPCMK(1)