Merge pull request #160 from kxy/master

add ipcs.md (#103)
This commit is contained in:
Romain Prieto 2014-03-09 23:53:53 +11:00
commit 5003112b91

11
pages/common/ipcs.md Normal file
View File

@ -0,0 +1,11 @@
#ipcs
> Display information about ressources used in IPC (Inter-process Communication)
- Specific information about the Message Queue which has the id 32768
`ipcs -qi 32768`
- General information about all the IPC
`ipcs -a`