Penguin
Annotated edit history of ipcs(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 IPCS
2 !!!IPCS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 ipcs - provide information on ipc facilities
13 !!SYNOPSIS
14
15
16 __ipcs [[ -asmq ] [[ -tclup ]
17 ipcs [[ -smq ] -i__ ''id''__
18 ipcs -h__
19 !!DESCRIPTION
20
21
22 __ipcs__ provides information on the ipc facilities for
23 which the calling process has read acccess.
24
25
26 The __-i__ option allows a specific resource ''id'' to
27 be specified. Only information on this ''id'' will be
28 printed.
29
30
31 Resources may be specified as follows:
32
33
34 __-m__
35
36
37 shared memory segments
38
39
40 __-q__
41
42
43 message queues
44
45
46 __-s__
47
48
49 semaphore arrays
50
51
52 __-a__
53
54
55 all (this is the default)
56
57
58 The output format may be specified as follows:
59
60
61 __-t__
62
63
64 time
65
66
67 __-p__
68
69
70 pid
71
72
73 __-c__
74
75
76 creator
77
78
79 __-l__
80
81
82 limits
83
84
85 __-u__
86
87
88 summary
89 !!SEE ALSO
90
91
92 ipcrm(8)
93 !!AUTHOR
94
95
96 krishna balasubramanian
97 (balasub@cis.ohio-state.edu)
98 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.