1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/ipcs.md

13 lines
279 B
Markdown
Raw Normal View History

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