2015-10-22 08:31:52 +01:00
|
|
|
# ipcs
|
2014-03-09 12:38:28 +00:00
|
|
|
|
2017-07-20 19:53:15 +01:00
|
|
|
> Display information about resources used in IPC (Inter-process Communication).
|
2021-08-23 20:33:24 +01:00
|
|
|
> More information: <https://manned.org/ipcs>.
|
2014-03-09 12:38:28 +00:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Specific information about the Message Queue which has the ID 32768:
|
2014-03-09 12:38:28 +00:00
|
|
|
|
|
|
|
`ipcs -qi 32768`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- General information about all the IPC:
|
2014-03-09 12:38:28 +00:00
|
|
|
|
2015-10-22 08:31:52 +01:00
|
|
|
`ipcs -a`
|