mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 12:57:57 +01:00
11 lines
229 B
Markdown
11 lines
229 B
Markdown
|
#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`
|