linux man page for ipcs

Query: ipcs

OS: linux

Section: 1

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

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

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 access. 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(1), ipcmk(1)
CONFORMING TO
The Linux ipcs utility is not fully compatible to the POSIX ipcs utility. The Linux version does not support the -b and -o options, but does support the -l and -u options not defined by POSIX. The portable application shall not use the -a, -b, -o, -l, and -u options.
AUTHOR
krishna balasubramanian (balasub@cis.ohio-state.edu)
AVAILABILITY
The ipcs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. Linux 0.99 9 October 1993 IPCS(1)
Related Man Pages
ipcs(1) - mojave
ipcs(1) - linux
ipcs(1) - debian
ipcs(1) - suse
ipcs(1) - minix
Similar Topics in the Unix Linux Community
which distro?
in need of serious help with Grub and Linux, Windows XP
Determining free(available) memory in MV linux
Uses for a Sun e250?
How to relate ipcs id or cpid to process?