Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Setting permissions for USB ports
Name: drazenko Date: July 19, 2004 at 07:22:37 Pacific OS: SuSE 9.0 CPU/Ram: Athlon 64 / 2 GB
Comment:
When I am logged in as root, I can access my USB port without problems. But, when I log in as a different user, it doesn't work unless I manually change the permissions for files in the directory /proc/bus/usb to rw-rw-rw-. How can I set these permissions automatically, during boot?
Name: tuxinaredhat9 Date: July 20, 2004 at 14:17:59 Pacific
Reply:
have you tried chmod 777 the dir? I don't like doing that, but the settings should hold.
-- Travis for more help go to fedoradocs.net
0
Response Number 2
Name: 3Dave Date: July 20, 2004 at 21:09:29 Pacific
Reply:
Try adding the "user" flag to the entry in /etc/fstab for the USB device (if you have one) which allows ordinary users to mount and unmount he device. If the file system is FAT you can also add "umask=0" to give all users write permission to the drive.
Summary: You might want to use chown to change the ownership of the separate folders, eg: # chown -R username /home/www/username I personally prefer setting permissions in octal (eg 755 or 650) but you can als...
Summary: I'm using Linux Mandrake 8.1 and i would like to get photos from a Nikon Coolpix 775. I have the necessary connectique for USB. -Does somebody know about free soft for this type of photos camera ? -Ma...
Summary: Hello, I've set up a .procmailrc file under my home folder. I've finally got it to where there are no errors in the syntax. But there are a few things procmail can't do because it does'nt have proper ...