![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| delete the unused file | arunkumar_mca | UNIX for Dummies Questions & Answers | 3 | 10-18-2007 06:31 AM |
| unused storage on AIX 4.3 | venerayan | AIX | 1 | 10-16-2007 07:10 AM |
| How do I get the unused space? | Spyzic | UNIX for Dummies Questions & Answers | 1 | 07-23-2007 02:15 PM |
| Semaphore | Jaken | Shell Programming and Scripting | 1 | 05-06-2007 09:17 PM |
| need script for locked and unused user accounts in /export/home directory | krishna176 | SUN Solaris | 1 | 03-25-2007 11:45 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How can i clean up my unused semaphore???
|
| Forum Sponsor | ||
|
|
|
|||
|
Use the "ipcs" command, which lists all IPC facilities on your system: semaphores, shared memory segments, etc.
I'd suggest reading the man page of "ipcs", which is pretty instructive and contains several useful examples of how use the vast array of options ipcs has. I hope this helps. bakunin |