Hi Soeren, Soeren wrote: > Hi@ > How can I find out wich semaphores are used per default ? Is there an command > for diplaying that? > > best regards > Soeren > I assume you are talking about System V semaphores, based on the subject line. The ipcs(1) command will show you what semaphores are in use. On my machine, there are no System V semaphores in use:
bash-3.00$ ipcs -s IPC status from <running system> as of Fri Jul 13 11:10:06 CEST 2007 T ID KEY MODE OWNER GROUP Semaphores: bash-3.00$ Or did I misunderstand your question? max _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
