tldr/pages/common/ipcs.md

12 lines
233 B
Markdown
Raw Normal View History

2015-10-22 10:31:52 +03:00
# ipcs
2014-03-09 16:38:28 +04:00
> Display information about ressources used in IPC (Inter-process Communication).
2014-03-09 16:38:28 +04:00
- Specific information about the Message Queue which has the id 32768:
2014-03-09 16:38:28 +04:00
`ipcs -qi 32768`
- General information about all the IPC:
2014-03-09 16:38:28 +04:00
2015-10-22 10:31:52 +03:00
`ipcs -a`