]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/ipcmk.1.adoc
Merge branch 'PR/lscpu-caches-sep' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / sys-utils / ipcmk.1.adoc
CommitLineData
295b3979 1//po4a: entry man manual
6d5b6948
MB
2////
3Copyright 2008 Hayden A. James (hayden.james@gmail.com)
4May be distributed under the GNU General Public License
5////
6= ipcmk(1)
7:doctype: manpage
f42ed819 8:man manual: User Commands
6d5b6948
MB
9:man source: util-linux {release-version}
10:page-layout: base
11:command: ipcmk
12
13== NAME
14
15ipcmk - make various IPC resources
16
17== SYNOPSIS
18
4d297435 19*ipcmk* [options]
6d5b6948
MB
20
21== DESCRIPTION
22
23*ipcmk* allows you to create System V inter-process communication (IPC) objects: shared memory segments, message queues, and semaphore arrays.
24
25== OPTIONS
26
27Resources can be specified with these options:
28
29*-M*, *--shmem* _size_::
4eab78d3 30Create a shared memory segment of _size_ bytes. The _size_ argument may be followed by the multiplicative suffixes KiB (=1024), MiB (=1024*1024), and so on for GiB, etc. (the "iB" is optional, e.g., "K" has the same meaning as "KiB") or the suffixes KB (=1000), MB (=1000*1000), and so on for GB, etc.
6d5b6948
MB
31
32*-Q*, *--queue*::
4eab78d3 33Create a message queue.
6d5b6948
MB
34
35*-S*, *--semaphore* _number_::
4eab78d3 36Create a semaphore array with _number_ of elements.
6d5b6948
MB
37
38Other options are:
39
40*-p*, *--mode* _mode_::
4eab78d3 41Access permissions for the resource. Default is 0644.
6d5b6948 42
2b2d3172 43include::man-common/help-version.adoc[]
6d5b6948
MB
44
45== AUTHORS
46
47mailto:hayden.james@gmail.com[Hayden A. James]
48
49== SEE ALSO
50
51*ipcrm*(1),
52*ipcs*(1),
53*sysvipc*(7)
54
625e9c61 55include::man-common/bugreports.adoc[]
6d5b6948 56
625e9c61 57include::man-common/footer.adoc[]
6d5b6948
MB
58
59ifdef::translation[]
625e9c61 60include::man-common/translation.adoc[]
6d5b6948 61endif::[]