mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 08:55:47 +00:00
Update cheatsheets
This commit is contained in:
17
ipcs
Normal file
17
ipcs
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user