Hi,
In an attempt to solve a problem I had, I changed the permissions on /dev/mem to 666. Now I want to reset it back to the way it was. What permissions is it supposed to have?
/Janne
Paeryn wrote:660 I would assume, root user and group has read/write permission.
Code: Select all
pi@raspi2b:~$ stat /dev/mem
File: ‘/dev/mem’
Size: 0 Blocks: 0 IO Block: 4096 character special file
Device: 6h/6d Inode: 1028 Links: 1 Device type: 1,1
Access: (0640/crw-r-----) Uid: ( 0/ root) Gid: ( 15/ kmem)