{{about|the ipcs command of Unix-like systems||IPCS (disambiguation)}} {{Lowercase title}} {{Infobox software | name = ipcs | logo = | screenshot = | screenshot size = | caption = | author = | developer = Various open-source and commercial developers | released = | latest release version = | latest release date = | operating system = Unix, Unix-like, IBM i | genre = Command | license = | website = }}
'''ipcs''' is a Unix and Linux command<ref>{{Cite web|url=http://man7.org/linux/man-pages/man1/ipcs.1.html|title=Ipcs(1) - Linux manual page}}</ref> to list System V InterProcess Communication System's API kernel entities to ''stdout''. System V IPC kernel entities are: *Shared memory segments *Message queues *Semaphore arrays
==Implementations== On Linux, the {{Mono|ipcs}} command is provided by the util-linux package.
The {{Mono|ipcs}} command has also been ported to the IBM i operating system.<ref>{{cite web |title=IBM System i Version 7.2 Programming Qshell |language=en |author=IBM |author-link=IBM |url=https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/rzahz/rzahzpdf.pdf?view=kc |access-date=2020-09-05}}</ref>
==See also== *List of Unix commands *ipcrm
==References== {{Reflist}}
==External links== *{{man|cu|ipcs|SUS}}
{{Unix commands}}
Category:Unix SUS2008 utilities Category:IBM i Qshell commands