newbie permissions problems... what's wrong?

2007-01-17 Thread Oliver Iberien
I am logged in as oliver. I have two extra partitions mounted. Below is the section of devfs.conf that has to do with them: #Allow access to the second disk own /dev/ad1s2c oliver:wheel perm/dev/ad1s2c 0666 own /disk2 oliver:wheel perm/disk2 0666 #Allow

Re: newbie permissions problems... what's wrong?

2007-01-17 Thread Garrett Cooper
On Jan 17, 2007, at 12:04 AM, Oliver Iberien wrote: I am logged in as oliver. I have two extra partitions mounted. Below is the section of devfs.conf that has to do with them: #Allow access to the second disk own /dev/ad1s2c oliver:wheel perm/dev/ad1s2c 0666 own /disk2

permissions problems

2004-01-30 Thread Spades
Hi, What if one of my admin accidentally did a: chmod -R o+rx / and changed my entire system permissions. What should i do to restore it? Please assist. Thanks. -- Bryan ___ [EMAIL PROTECTED] mailing list

Re: permissions problems

2004-01-30 Thread Charles Swiger
On Jan 30, 2004, at 1:33 PM, Spades wrote: What if one of my admin accidentally did a: chmod -R o+rx / and changed my entire system permissions. What should i do to restore it? See man mtree. -- -Chuck ___ [EMAIL PROTECTED] mailing list

Re: permissions problems

2004-01-30 Thread Matthew Seaman
On Sat, Jan 31, 2004 at 02:33:27AM +0800, Spades wrote: Hi, What if one of my admin accidentally did a: chmod -R o+rx / and changed my entire system permissions. What should i do to restore it? Please assist. Thanks. Several choices: i) mtree(8) is your friend: # mtree -U -p /

Re: permissions problems

2004-01-30 Thread greg
On Fri, 2004-01-30 at 12:53, Matthew Seaman wrote: On Sat, Jan 31, 2004 at 02:33:27AM +0800, Spades wrote: Hi, What if one of my admin accidentally did a: chmod -R o+rx / and changed my entire system permissions. What should i do to restore it? Please assist. Thanks.