icon Top 9 categories map      RocketAware >

ipcrm(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Solaris Others



IPCRM(1)                   OpenBSD Reference Manual                   IPCRM(1)

NAME
     ipcrm - remove the specified message queues, semaphore sets, and shared
     segments



SYNOPSIS
     ipcrm [-q msqid] [-m shmid] [-s semid] [-Q msgkey] [-M shmkey] [-S
           semkey] ...

DESCRIPTION
     ipcrm removes the specified message queues, semaphores and shared memory
     segments.  These System V IPC objects can be specified by their creation
     ID or any associated key.

     The following options are used to specify which IPC objects will be re-
     moved.  Any number and combination of these options can be used:

     -q msqid
             Remove the message queue associated with the ID msqid from the
             system.

     -m shmid
             Mark the shared memory segment associated with ID shmid for re-
             moval.  This marked segment will be destroyed after the last de-
             tach.

     -s semid
             Removes the semaphore set associated with ID semid from the sys-
             tem.

     -Q msgkey
             Remove the message queue associated with key msgkey from the sys-
             tem.

     -M shmkey
             Mark the shared memory segment associated with key shmkey for re-
             moval.  This marked segment will be destroyed after the last de-
             tach.

     -S semkey
             Remove the semaphore set associated with key semkey from the sys-
             tem.

     The identifiers and keys associated with these System V IPC objects can
     be determined by using ipcs(1).

SEE ALSO
     ipcs(1)

OpenBSD 2.6                    August 8th, 1994                              1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for ipcrm(1)
OpenBSD sources for ipcrm(1)


[Overview Topics]

Up to: Local Process Communication - Communication between processes running on the same system. Synchronization. File locking. Signals. FIFOs, pipes, et al


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Solaris Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > ipcrm.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments