1IPCMK(1)                   Linux Programmer's Manual                  IPCMK(1)
2
3
4

NAME

6       ipcmk - create various ipc resources
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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

SEE ALSO

35       ipcrm(1), ipcs(1)
36

AUTHOR

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

AVAILABILITY

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)
Impressum