*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ipcrm | Section: 1 | Source: MINIX | File: ipcrm.1
IPCRM(1) FreeBSD General Commands Manual IPCRM(1) NAME ipcrm - remove the specified message queues, semaphore sets, and shared memory segments SYNOPSIS ipcrm [-M shmkey] [-m shmid] [-Q msgkey] [-q msqid] [-S semkey] [-s semid] ... 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 removed. Any number and combination of these options can be used: -M shmkey Mark the shared memory segment associated with key shmkey for removal. This marked segment will be destroyed after the last detach. -m shmid Mark the shared memory segment associated with ID shmid for removal. This marked segment will be destroyed after the last detach. -Q msgkey Remove the message queue associated with key msgkey from the system. -q msqid Remove the message queue associated with the ID msqid from the system. -S semkey Remove the semaphore set associated with key semkey from the system. -s semid Removes the semaphore set associated with ID semid from the system. If the id or key argument is "all" then all entries of the appropriate type are removed. The identifiers and keys associated with these System V IPC objects can be determined by using ipcs(1). SEE ALSO ipcs(1), shmat(2), shmctl(2), shmdt(2), shmget(2) FreeBSD 14.1-RELEASE-p8 May 31, 2008 FreeBSD 14.1-RELEASE-p8

Navigation Options