Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ?
Date: Fri, 28 Dec 2012 06:12:22
Message-Id: 50DD37D2.7030201@iinet.net.au
In Reply to: Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ? by Walter Dnes
1 On 28/12/12 11:25, Walter Dnes wrote:
2 > chmod 755 /dev/shm/hello
3 > /dev/shm/hello
4
5 as a user (not root)
6
7 wdk@moriah /home/vm/qemu/mail $ vi /dev/shm/hello
8 wdk@moriah /home/vm/qemu/mail $ chmod 755 /dev/shm/hello
9 wdk@moriah /home/vm/qemu/mail $ /dev/shm/hello
10 Hello World
11 wdk@moriah /home/vm/qemu/mail $
12
13 worked fine.
14
15 and
16
17 moriah ~ # mount|grep shm
18 none on /dev/shm type tmpfs (rw,relatime)
19 moriah ~ #
20
21 BillK

Replies

Subject Author
Re: [gentoo-user] /dev/shm permissions drwxr-xr-x root:root ? Walter Dnes <waltdnes@××××××××.org>