[Q]doesn't exist <ipcs> command?

I’m working in QNX4.24 and often use ‘Mqueue’.

But when I want to show status of Mqueue, I can’t find the way.

In unix or linux, I often use ‘ipcs’.

In QNX, is there any command like ‘ipcs’?

Thanks.

All the mqueues are created in the /dev/mqueue directory. You can check
out which mqueues exist, who owns them, and how many messages are in
each one by just using ls on that directory.

Hope that helps,

Mark