From 5065bbc7857be7db95a9e83fa5ec36bfe15110e6 Mon Sep 17 00:00:00 2001 From: kxy Date: Sun, 9 Mar 2014 13:38:28 +0100 Subject: [PATCH] added ipcs.md --- pages/common/ipcs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/ipcs.md 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