home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: ipcrm Chapter 2
UNIX Commands
Next: Reference: ismpx
 

ipcs



ipcs

 [

options

]

Print data about active interprocess communication facilities.

Options

-m

Report on active shared memory segments.

-q

Report on active message queues.

-s

Report on active semaphores.

With the -m , -q , or -s options, only the specified interprocess facility is reported on. Otherwise information about all three is printed.

-a

Use all of the print options (short for -bcopt ).

-b

Report maximum allowed number of message bytes, segment sizes, and number of semaphores.

-c

Report the creator's login name and group.

-C file

Read status from file instead of from /dev/kmem .

-N list

Use the argument for the named list instead of /stand/unix .

-o

Report outstanding usage.

-p

Report process numbers.

-t

Report time information.


Previous: Reference: ipcrm UNIX in a Nutshell: System V Edition Next: Reference: ismpx
Reference: ipcrm Book Index Reference: ismpx

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System