diff --git a/pages/common/ipcs.md b/pages/common/ipcs.md new file mode 100644 index 0000000000..cf551d35de --- /dev/null +++ b/pages/common/ipcs.md @@ -0,0 +1,11 @@ +#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` \ No newline at end of file