Linux Commands Examples

A great documentation place for Linux commands

ipcs

provide information on ipc facilities


see also : ipcrm - ipcmk

Synopsis

ipcs [-asmq] [-tclup]
ipcs
[-smq] -i id
ipcs -h


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
ipcs -m

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

availability

The ipcs command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.

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.


see also

ipcrm , ipcmk


author

krishna balasubramanian (balasub[:at:]cis[:dot:]ohio-state.edu)

How can this site be more helpful to YOU ?


give  feedback