1IPCS(1) Linux Programmer's Manual IPCS(1)
2
3
4
6 ipcs - provide information on ipc facilities
7
9 ipcs [-asmq] [-tclup]
10 ipcs [-smq] -i id
11 ipcs -h
12
14 ipcs provides information on the ipc facilities for which the calling
15 process has read access.
16
17 The -i option allows a specific resource id to be specified. Only
18 information on this id will be printed.
19
20 Resources may be specified as follows:
21
22 -m shared memory segments
23
24 -q message queues
25
26 -s semaphore arrays
27
28 -a all (this is the default)
29
30 The output format may be specified as follows:
31
32 -t time
33
34 -p pid
35
36 -c creator
37
38 -l limits
39
40 -u summary
41
43 ipcrm(1), ipcmk(1)
44
46 The Linux ipcs utility is not fully compatible to the POSIX ipcs util‐
47 ity. The Linux version does not support the -b and -o options, but
48 does support the -l and -u options not defined by POSIX. The portable
49 application shall not use the -a, -b, -o, -l, and -u options.
50
52 krishna balasubramanian (balasub@cis.ohio-state.edu)
53
55 The ipcs command is part of the util-linux-ng package and is available
56 from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
57
58
59
60Linux 0.99 9 October 1993 IPCS(1)