mq_overview.7: Note that mkdir and mount commands here need superuser privilege

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-07-25 06:33:08 +02:00
parent 8722311bc5
commit 06ae751a05
1 changed files with 5 additions and 4 deletions

View File

@ -23,7 +23,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH MQ_OVERVIEW 7 2009-02-25 "Linux" "Linux Programmer's Manual"
.TH MQ_OVERVIEW 7 2009-07-25 "Linux" "Linux Programmer's Manual"
.SH NAME
mq_overview \- Overview of POSIX message queues
.SH DESCRIPTION
@ -193,12 +193,13 @@ belonging to a process's real user ID, is described in
On Linux, message queues are created in a virtual file system.
(Other implementations may also provide such a feature,
but the details are likely to differ.)
This file system can be mounted using the following commands:
This file system can be mounted (by the superuser) using the following
commands:
.in +4n
.nf
.RB "$" " mkdir /dev/mqueue"
.RB "$" " mount \-t mqueue none /dev/mqueue"
.RB "#" " mkdir /dev/mqueue"
.RB "#" " mount \-t mqueue none /dev/mqueue"
.fi
.in