redhat man page for ipcs

Query: ipcs

OS: redhat

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IPCS(8) 						     Linux Programmer's Manual							   IPCS(8)

NAME
ipcs - provide information on ipc facilities
SYNOPSIS
ipcs [ -asmq ] [ -tclup ] ipcs [ -smq ] -i id ipcs -h
DESCRIPTION
ipcs provides information on the ipc facilities for which the calling process has read acccess. The -i option allows a specific resource id to be specified. Only information on this id will be printed. Resources may be specified as follows: -m shared memory segments -q message queues -s semaphore arrays -a all (this is the default) The output format may be specified as follows: -t time -p pid -c creator -l limits -u summary
SEE ALSO
ipcrm(8)
AUTHOR
krishna balasubramanian (balasub@cis.ohio-state.edu) Linux 0.99 9 October 1993 IPCS(8)
Related Man Pages
ipcs(1) - mojave
ipcs(1) - centos
ipcs(1) - netbsd
ipcs(1) - v7
ipcs(1) - plan9
Similar Topics in the Unix Linux Community
ipcs Help
Question on output of ipcs command
Anyone help to interpretate os statistics
Error retrieving value from IPC shared memory
How to relate ipcs id or cpid to process?