1IPCS(8) Linux Programmer's Manual IPCS(8)
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(8)
44
46 krishna balasubramanian (balasub@cis.ohio-state.edu)
47
48
49
50Linux 0.99 9 October 1993 IPCS(8)