View previous topic :: View next topic |
Author |
Message |
linedpaper Tux's lil' helper
Joined: 21 Apr 2003 Posts: 135 Location: Fullerton, CA, USA
|
Posted: Tue Apr 29, 2003 5:48 am Post subject: User permissions |
|
|
I'm having trouble accessing things from my users. I can access everything from root just fine. I just can't access my cdrom drive from a user. Even after adding the following to the options in my fstab file
users,umask=000 |
|
Back to top |
|
|
tod Developer
Joined: 17 Apr 2002 Posts: 136 Location: Ozarks, USA
|
Posted: Tue Apr 29, 2003 4:10 pm Post subject: |
|
|
See 'man fstab', note the info on the 'user' option, add 'user' to the options on the line in your /etc/fstab for mounting you cdrom, floppy, zip or whatever you want to give users access to. Example:
/dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0
hth |
|
Back to top |
|
|
tod Developer
Joined: 17 Apr 2002 Posts: 136 Location: Ozarks, USA
|
Posted: Thu May 01, 2003 7:57 pm Post subject: Re: User permissions |
|
|
linedpaper wrote: | Even after adding the following to the options in my fstab file
users,umask=000 |
Sorry, about that. I must of had a brain fart and not read that part
Check the permissions on your directory stub, i.e. /mnt/cdrom |
|
Back to top |
|
|
marshall_j Tux's lil' helper
Joined: 22 Jan 2003 Posts: 98 Location: NZ
|
Posted: Thu May 01, 2003 9:32 pm Post subject: |
|
|
if you go ls -l on a folder on the cd once mounted what are the permissions on the files? |
|
Back to top |
|
|
|