Re: chmod????

2004-04-30 Thread Vincent Lefevre
On 2004-04-27 17:20:01 +0200, Sjoerd Simons wrote: On Tue, Apr 27, 2004 at 11:02:32AM +0200, Vincent Lefevre wrote: The right way to do is probably to let the group unchanged and to put yourself in the disk group. You should never put yourself in group disk. This gives you raw rw access

Re: chmod????

2004-04-30 Thread Sjoerd Simons
On Fri, Apr 30, 2004 at 01:45:38PM +0200, Vincent Lefevre wrote: On 2004-04-27 17:20:01 +0200, Sjoerd Simons wrote: On Tue, Apr 27, 2004 at 11:02:32AM +0200, Vincent Lefevre wrote: The right way to do is probably to let the group unchanged and to put yourself in the disk group. You

Re: chmod???? *Solved*

2004-04-30 Thread dotto
OK, sorry for not responding sooner. Turns out I wasn't looking at the symlink to hdc, which was being changed. Thanks for all your help though. Derek Quoting Sjoerd Simons [EMAIL PROTECTED]: On Fri, Apr 30, 2004 at 01:45:38PM +0200, Vincent Lefevre wrote: On 2004-04-27 17:20:01 +0200,

chmod????

2004-04-27 Thread dotto
OK, this one's new to me (of course, all most anything is with Debian). I'm trying to tweak the permissions on my cdrom so that I can use it as a regular user. I've already successfully changed the group for the cdrom, but now when I chmod g+rw /dev/cdrom, nothing changes. How can I get

Re: chmod????

2004-04-27 Thread Albert Cahalan
chmod g+rw /dev/cdrom, nothing changes. How can I get this to work right? Anyone? I don't know why people keep using that funny and complicated notation for chmod. The command takes octal. Do this: chmod 666 /dev/cdrom ls -l /dev/cdrom Then, if /dev/cdrom is a symlink, follow with an ls -l

Re: chmod????

2004-04-27 Thread Imobach González Sosa
when I chmod g+rw /dev/cdrom, nothing changes. How can I get this to work right? Anyone? I think the right way is add users to 'cdrom' group. You can achieve this by typing 'adduser username cdrom', where username is... well, your username ;-) Don't change the cdrom permissions. Thanks, Derek

Re: chmod????

2004-04-27 Thread Vincent Lefevre
On 2004-04-27 00:13:18 -0500, [EMAIL PROTECTED] wrote: OK, this one's new to me (of course, all most anything is with Debian). I'm trying to tweak the permissions on my cdrom so that I can use it as a regular user. I've already successfully changed the group for the cdrom, but now when I chmod

Re: chmod????

2004-04-27 Thread Fabrice Medio
[EMAIL PROTECTED] writes: OK, this one's new to me (of course, all most anything is with Debian). I'm trying to tweak the permissions on my cdrom so that I can use it as a regular user. I've already successfully changed the group for the cdrom, but now when I chmod g+rw /dev/cdrom, nothing

Re: chmod????

2004-04-27 Thread Sjoerd Simons
already successfully changed the group for the cdrom, but now when I chmod g+rw /dev/cdrom, nothing changes. How can I get this to work right? Anyone? The right way to do is probably to let the group unchanged and to put yourself in the disk group. You should never put yourself in group disk