Thread: Help for a poor linux newbie??

  1. #1
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Help for a poor linux newbie??

    Ok....this is not strictly C programming.... but what the hell....


    I have loaded Kylix & Jbuilder on my new linux box. Jbuilder is fine, but Kylix refuses to launch....


    When I close down gnome, I see the following...

    /bin/sh: /root/kylix/bin/startkylix: Permission denied
    This is with my main login. If I go in as root.... I'm fine....

    How do I sort this so I can use my main account??

    This may be an elementary thing to you, but its a pain in the arse to me... Please help and I'll promise to stick with linux and get rid of windows forever ::fingers crossed::

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4

    go into root

    man chmod

  3. #3
    Blank
    Join Date
    Aug 2001
    Posts
    1,034
    chmod +x /root/kylix/bin/startkylix
    that's a wierd installation placed I'd expect they'd
    put it in /usr/local/bin

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie with Very Newbie Question
    By Jedi_Mediator in forum C++ Programming
    Replies: 18
    Last Post: 07-01-2008, 08:00 AM
  2. Some help for a newbie?
    By Ilmater in forum C++ Programming
    Replies: 23
    Last Post: 04-19-2004, 07:44 PM
  3. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  4. C++ newbie / linux not so newbie question
    By goldmonkey in forum C++ Programming
    Replies: 7
    Last Post: 12-13-2003, 12:27 PM
  5. Newbie Game Develpoers Unite!
    By Telenosis in forum Game Programming
    Replies: 10
    Last Post: 06-22-2002, 02:02 PM