1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 12:57:57 +01:00
tldr/pages/common/ipcs.md

11 lines
229 B
Markdown
Raw Normal View History

2014-03-09 13:38:28 +01:00
#ipcs
> Display information about ressources used in IPC (Inter-process Communication)
- Specific infomration about the Message Queue witch has the id 32768
`ipcs -qi 32768`
- General informations about all the IPC
`ipcs -a`