How do I open a file for editing?
I cannot use my usb-connected-
[For Ubuntu 8.04]
1. Open "/etc/udev/
2. Edit "0664" to "0666" in "USB devices" section.
Before the edit -------
# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}
SUBSYSTEM=
After the edit -------
# USB devices (usbfs replacement)
SUBSYSTEM=="usb", ENV{DEVTYPE}
SUBSYSTEM=
3. Restart the OS.
I need to know how to open the file to edit it. I can find it. I just can't open it.
I would greatly appreciate some help.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu xsane Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2009-01-30
- Last reply:
- 2009-01-31
This question was originally filed as bug #323391.
C de-Avillez (hggdh2) said : | #1 |
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but it would make more sense to raise problems you are having in the support tracker at https:/
C de-Avillez (hggdh2) said : | #2 |
mak7751: Although I am not sure why you would like to change the default permissions for an USB device, if you want to pursue this you have to edit the file as root.
1. open a terminal;
2. enter 'sudo gedit /etc/udev/
3. you will be asked for your password. Enter it.
4. Make your change & save the file.
5. quit gedit
Please be aware that an error in this file may have serious consequences. I strongly recommend you to save the original file as a backup.
Open a Terminal from the menu Applications → Accessories → Terminal and type:
id
please copy and paste the result here
Thank you
maybe this aswered question can help you https:/
Hth
Can you help with this problem?
Provide an answer of your own, or ask mak7751 for more information if necessary.