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 bytes
21
22              The size argument may be followed by the multiplicative suffixes
23              KiB (=1024), MiB (=1024*1024), and so on for GiB, etc. (the "iB"
24              is optional, e.g., "K" has the same meaning  as  "KiB")  or  the
25              suffixes KB (=1000), MB (=1000*1000), and so on for GB, etc.
26
27       -S nsems
28              semaphore array with nsems elements
29
30       -Q     message queue
31
32       Other options
33
34       -p mode
35              permission for the resource (default is 0644)
36
37       -h     display a short help message and exit
38

SEE ALSO

40       ipcrm(1), ipcs(1)
41

AUTHOR

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

AVAILABILITY

46       The ipcmk command is part of the util-linux-ng package and is available
47       from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
48
49
50
51ipcmk                            21 March 2008                        IPCMK(1)
Impressum