Upload Tizen:Base source
[framework/base/util-linux-ng.git] / sys-utils / ipcs.1
1 .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu)
2 .\" May be distributed under the GNU General Public License
3 .TH IPCS 1 "9 October 1993" "Linux 0.99" "Linux Programmer's Manual"
4 .SH NAME
5 ipcs \- provide information on ipc facilities
6 .SH SYNOPSIS
7 .B ipcs
8 .RB [ \-asmq ]
9 .RB [ \-tclup ]
10 .br
11 .B ipcs
12 .RB [ \-smq ]
13 .BI \-i " id"
14 .br
15 .B ipcs \-h
16 .SH DESCRIPTION
17 .B ipcs
18 provides information on the ipc facilities for which the calling process
19 has read access.
20
21 The
22 .B \-i
23 option allows a specific resource
24 .I id
25 to be specified.  Only information on this
26 .I id
27 will be printed.
28
29 Resources may be specified as follows:
30 .TP
31 .B \-m
32 shared memory segments
33 .TP
34 .B \-q
35 message queues
36 .TP
37 .B \-s
38 semaphore arrays
39 .TP
40 .B \-a
41 all (this is the default)
42 .PP
43 The output format may be specified as follows:
44 .TP
45 .B \-t
46 time
47 .TP
48 .B \-p
49 pid
50 .TP
51 .B \-c
52 creator
53 .TP
54 .B \-l
55 limits
56 .TP
57 .B \-u
58 summary
59 .SH SEE ALSO
60 .BR ipcrm (1),
61 .BR ipcmk (1)
62 .SH CONFORMING TO
63 The Linux ipcs utility is not fully compatible to the POSIX ipcs utility.
64 The Linux version does not support the
65 .B \-b
66 and
67 .B \-o
68 options, but does support the
69 .B \-l
70 and
71 .B \-u
72 options not defined by POSIX. The portable application shall not use the
73 .BR \-a ,
74 .BR \-b ,
75 .BR \-o ,
76 .BR \-l ,
77 and
78 .B \-u
79 options.
80 .SH AUTHOR
81 krishna balasubramanian (balasub@cis.ohio-state.edu)
82 .SH AVAILABILITY
83 The ipcs command is part of the util-linux-ng package and is available from
84 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.