OSDN Git Service

util-linux 2.37.4: Reserve to translate.
[linuxjm/jm.git] / manual / util-linux / original / man1 / ipcmk.1
1 '\" t
2 .\"     Title: ipcmk
3 .\"    Author: [see the "AUTHOR(S)" section]
4 .\" Generator: Asciidoctor 2.0.15
5 .\"      Date: 2022-02-14
6 .\"    Manual: User Commands
7 .\"    Source: util-linux 2.37.4
8 .\"  Language: English
9 .\"
10 .TH "IPCMK" "1" "2022-02-14" "util\-linux 2.37.4" "User Commands"
11 .ie \n(.g .ds Aq \(aq
12 .el       .ds Aq '
13 .ss \n[.ss] 0
14 .nh
15 .ad l
16 .de URL
17 \fI\\$2\fP <\\$1>\\$3
18 ..
19 .als MTO URL
20 .if \n[.g] \{\
21 .  mso www.tmac
22 .  am URL
23 .    ad l
24 .  .
25 .  am MTO
26 .    ad l
27 .  .
28 .  LINKSTYLE blue R < >
29 .\}
30 .SH "NAME"
31 ipcmk \- make various IPC resources
32 .SH "SYNOPSIS"
33 .sp
34 \fBipcmk\fP [options]
35 .SH "DESCRIPTION"
36 .sp
37 \fBipcmk\fP allows you to create System V inter\-process communication (IPC) objects: shared memory segments, message queues, and semaphore arrays.
38 .SH "OPTIONS"
39 .sp
40 Resources can be specified with these options:
41 .sp
42 \fB\-M\fP, \fB\-\-shmem\fP \fIsize\fP
43 .RS 4
44 Create a shared memory segment of \fIsize\fP bytes. The \fIsize\fP 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.
45 .RE
46 .sp
47 \fB\-Q\fP, \fB\-\-queue\fP
48 .RS 4
49 Create a message queue.
50 .RE
51 .sp
52 \fB\-S\fP, \fB\-\-semaphore\fP \fInumber\fP
53 .RS 4
54 Create a semaphore array with \fInumber\fP of elements.
55 .RE
56 .sp
57 Other options are:
58 .sp
59 \fB\-p\fP, \fB\-\-mode\fP \fImode\fP
60 .RS 4
61 Access permissions for the resource. Default is 0644.
62 .RE
63 .sp
64 \fB\-V\fP, \fB\-\-version\fP
65 .RS 4
66 Display version information and exit.
67 .RE
68 .sp
69 \fB\-h\fP, \fB\-\-help\fP
70 .RS 4
71 Display help text and exit.
72 .RE
73 .SH "AUTHORS"
74 .sp
75 .MTO "hayden.james\(atgmail.com" "Hayden A. James" ""
76 .SH "SEE ALSO"
77 .sp
78 \fBipcrm\fP(1),
79 \fBipcs\fP(1),
80 \fBsysvipc\fP(7)
81 .SH "REPORTING BUGS"
82 .sp
83 For bug reports, use the issue tracker at \c
84 .URL "https://github.com/karelzak/util\-linux/issues" "" "."
85 .SH "AVAILABILITY"
86 .sp
87 The \fBipcmk\fP command is part of the util\-linux package which can be downloaded from \c
88 .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."