Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.questions Subject: Re: Messages in SYS V Summary: use ipcs and ipcrm Keywords: message queues, messages Message-ID: <1989Dec22.120332.18387@virtech.uucp> Date: 22 Dec 89 12:03:32 GMT References: <32780@cci632.UUCP> Organization: Virtual Technologies Inc. Lines: 17 In article <32780@cci632.UUCP>, tom@cci632.UUCP (Thomas Bullinger) writes: > > Is there any way to find out what queues are assigned to me or > my programs, and how can I clean up queues left over from > a premature program exit? Use ipcs to display the IPCs currently being used by your system. Use ipcrm to remove the IPCs that you no longer need. See the manual pages for correct syntax. -- +-----------------------------------------------------------------------+ | Conor P. Cahill uunet!virtech!cpcahil 703-430-9247 ! | Virtual Technologies Inc., P. O. Box 876, Sterling, VA 22170 | +-----------------------------------------------------------------------+