mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00
12 lines
279 B
Markdown
12 lines
279 B
Markdown
# ipcs
|
|
|
|
> Display information about resources used in IPC (Inter-process Communication).
|
|
> More information: <https://manned.org/ipcs>.
|
|
|
|
- Specific information about the Message Queue which has the ID 32768:
|
|
|
|
`ipcs -qi 32768`
|
|
|
|
- General information about all the IPC:
|
|
|
|
`ipcs -a`
|