Find the answer to your Linux question:
Results 1 to 4 of 4
Hi lads, I try to use my USB scanner and I read on shane proj website I have to copy my scanner "artec48.usb" file to "usr/share/shane/artec_eplus48u" directory. As a regular ...
  1. #1
    Just Joined! belac's Avatar
    Join Date
    Apr 2009
    Location
    Glanmire
    Posts
    15

    how to copy a file to "/usr/share/sane/artec_eplus48u/" dir?

    Hi lads,

    I try to use my USB scanner and I read on shane proj website I have to copy my scanner "artec48.usb" file to "usr/share/shane/artec_eplus48u" directory. As a regular user I can't. I tried with dolphin file manager but I can't find there any option to copy as root user.
    Also how can I copy this file OR edit the config file what content the root to this file access -I think as another solution as I'll copy an another place my artec48.usb file and edit this config file-
    Any idea?

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Open a terminal. Type in

    sudo cp /location/of/artec48.usb /usr/share/shane/artec_eplus48u/

    Note, you might have to make the directory first (mkdir [dir]).

  3. #3
    Just Joined! belac's Avatar
    Join Date
    Apr 2009
    Location
    Glanmire
    Posts
    15
    Quote Originally Posted by D-cat View Post
    Open a terminal. Type in

    sudo cp /location/of/artec48.usb /usr/share/shane/artec_eplus48u/

    Note, you might have to make the directory first (mkdir [dir]).

    Thx D-cat. I got an another solution from an another thread as I can run KDESU Dolphin over Alt+F2 opened Kde runner.

  4. #4
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Yes that works too. I just usually advise against running file managers in Super User mode if avoidable, too easy to accidentally do something that disables your system.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...