Author Topic: Bash Terminal - Permission Denied Error  (Read 3685 times)

sarah

  • Newbie
  • *
  • Posts: 8
    • View Profile
Bash Terminal - Permission Denied Error
« on: September 29, 2005, 12:04:03 pm »
Help! Can anyone help this newbie.

I have been trying to use bash terminal on my SL-5500 with the sharp 3.13 rom. Every time I try to copy anything all I get is permission denied. Can anyone help me?

PLEASE........

i.e. if I try to copy a file using terminal with the command cp /usr/bin/???? etc all I get is unable to copy, permission denied.

I am a total newbie to the linux platform.

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
Bash Terminal - Permission Denied Error
« Reply #1 on: September 29, 2005, 12:41:58 pm »
What are you trying to copy?

You need to be root to copy to /usr/bin for example.

Use 'su -' to become root, but be careful what you do.


Si
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

tml

  • Full Member
  • ***
  • Posts: 105
    • View Profile
Bash Terminal - Permission Denied Error
« Reply #2 on: September 29, 2005, 01:55:02 pm »
You might want to get the sudo package (sudo makes you a super user for just one command). Then you can write:

sudo cp X /usr/bin
SL-C3100