Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 12 of 12
Originally Posted by giacomella Hi iwanabeguru! What you say is correct, but I'm afraid mlhazan hasn't the ownership of the file, so he needs a step more. mlhazan, in your ...
  1. #11
    Just Joined! mlhazan's Avatar
    Join Date
    Jul 2007
    Posts
    53

    Smile

    Quote Originally Posted by giacomella View Post
    Hi iwanabeguru!
    What you say is correct, but I'm afraid mlhazan hasn't the ownership of the file, so he needs a step more.

    mlhazan, in your home directory please type
    Code:
    ls -l jdk*
    and look at the outcoming message:
    if you find something like this
    Code:
    -rw-r--r--    1 mlhazan users       49622107 2007-07-27 01:32 jdk-1_5_0_12-linux-i586.bin
    then do what iwanabeguru said.
    Else, if you get a message like this
    Code:
    -rw-r--r--    1 root root       49622107 2007-07-27 01:32 jdk-1_5_0_12-linux-i586.bin
    you have just one more operation to do before the two iwanaeguru told you:
    Code:
    sudo chown mlhazan:users jdk-1_5_0_12-linux-i586.bin
    Hi
    you two guys are really the rockers.It worked at last.Thank you very much.

  2. #12
    Just Joined! mlhazan's Avatar
    Join Date
    Jul 2007
    Posts
    53

    Smile

    Hi
    you two guys are really the rockers.It worked at last.Thank you very much.As u two guys told me I did and my last code was:

    ./jdk-1_5_0_12-linux-i586.bin

    and it installed perfectly.

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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