DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: problem in production urgent!!!

  1. #1
    Join Date
    Apr 2002
    Posts
    291

    problem in production urgent!!!

    Hi Gurus,
    First of all i should admit that i'm posting my query in an irrelevant forum, but still , it would be of great help if any one helps me out here.

    I've to execute a binary file on production which is generated by running a c program on linux 5.2. generally i use to do this by doing,
    ./ . But this time, i'm getting error, saying
    bash: ./ is a directory... Can any one tell me how to execute a binary file. Lets say my binary file name is a.out.
    I'm struck with my followup work just because of this..


    Thanks a lot
    PNRDBA

  2. #2
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    865
    [oracle@parrot oracle]$ ./
    bash: ./: is a directory

    [oracle@parrot oracle]$ ./a.out
    so, ./a.out should work.

    HTH.

  3. #3
    Join Date
    Jan 2001
    Posts
    2,828
    Hi

    First say chmod 755 on that binary..and then do ./a.out

    regards
    Hrishy

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092

    Re: problem in production urgent!!!

    Originally posted by pnrdba
    Hi Gurus,
    First of all i should admit that i'm posting my query in an irrelevant forum, but still , it would be of great help if any one helps me out here.
    You're right, closing...
    Jeff Hunter

Posting Permissions

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


Click Here to Expand Forum to Full Width