posix_mq RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
From: "Iñaki Baz Castillo" <ibc@aliax.net>
To: ruby.posix.mq@librelist.com
Subject: Re: How to list existing posix mqueues? [SOLVED]
Date: Sat, 9 Jan 2010 19:43:55 +0100	[thread overview]
Message-ID: <201001091943.55311.ibc@aliax.net> (raw)
In-Reply-To: 201001091918.04522.ibc@aliax.net

El Sábado, 9 de Enero de 2010, Iñaki Baz Castillo escribió:
> Hi, I miss a way to list the currently existing posix message queues in the
> system. by reading the C documentation I see no way to get such list.
> 
> Is there some way? It would be great to know the existing mqueues and also
> their properties (permissions, attrs and so).

Yeah, it's possible by mounting the mqueue:

  mount -t mqueue null /mnt/mqueue

It shows the queue permissions as file permissions and doing a cat displays 
its attributes :)


-- 
Iñaki Baz Castillo <ibc@aliax.net>

      reply	other threads:[~2010-01-09 18:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-09 18:18 How to list existing posix mqueues? Iñaki Baz Castillo
2010-01-09 18:43 ` Iñaki Baz Castillo [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/ruby_posix_mq/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201001091943.55311.ibc@aliax.net \
    --to=ibc@aliax.net \
    --cc=ruby.posix.mq@librelist.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhbt.net/ruby_posix_mq.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).