ipcrm.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 58 行
1
58 行
.\" SCCSID: @(#)ipcrm.1 8.1 9/11/90.TH ipcrm 1.SH Nameipcrm \- remove a message queue, semaphore set .SH Syntax.ft Bipcrm [\|\fIoptions\fR\|].SH Description.NXR "ipcrm command".NXAM "ipcrm command" "semctl system call".NXAM "ipcrm command" "msgctl system call".NXR "message queue" "removing".NXR "semaphore set" "removing".NXR "shared memory ID" "removing"The.PN ipcrmcommandremoves one or more specified messages, semaphores or shared memoryidentifiers. .PPThe details of the removes are described in.MS msgctl 2 ,.MS shmctl 2 ,and .MS semctl 2 .The identifiers and keys may be found by.MS ipcs 1 ..SH Options.IP "\fB\-q\fI msqid\fR" 20Removes the message queue identifier \fImsqid\fRfrom the system and destroys the message queueand data structure associated with it..IP "\fB\-m\fI shmid\fR"Removes the shared memory identifier \fIshmid\fRfrom the system. The shared memory segment and datastructure associated with it are destroyed afterthe last detach..IP "\fB\-s\fI semid\fR"Removes the semaphore identifier \fIsemid\fRfrom the system and destroys the set of semaphores anddata structure associated with it..IP "\fB\-Q\fI msgkey\fR"Removes the message queue identifier, created with key \fImsgkey\fR,from the system and destroys the message queueand data structure associated with it..IP "\fB\-M\fI shmkey\fR"Removes the shared memory identifier, created with key \fIshmkey\fR,from the system. The shared memory segment and datastructure associated with it are destroyed afterthe last detach..IP "\fB\-S\fI semkey\fR"Removes the semaphore identifier, created with key \fIsemkey\fR,from the system and destroys the set of semaphores anddata structure associated with it..SH See Alsoipcs(1), msgctl(2), msgget(2), msgop(2), semctl(2), semget(2), semop(2),shmctl(2), shmget(2), shmop(2)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?