Find the answer to your Linux question:
Results 1 to 7 of 7
good morning am trying to install autoconf in my redhat , the first step is ./configure, every thing ok, then i made "make" , to be succefull i have to ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    15

    problem with changing rights for a file

    good morning
    am trying to install autoconf in my redhat , the first step is ./configure, every thing ok, then i made "make" , to be succefull i have to change the rights of a file called autom4te.tmp from 0700 to 0711, although am root, it didnt accept the modification,

    whats wrong ?

    thank you

  2. #2
    Just Joined! Feeyo's Avatar
    Join Date
    Apr 2010
    Posts
    54
    What does the output say when executing:

    Code:
    chmod -Rv 0711 autom4te.tmp

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    15
    acces mode of 'autom4te.tmp' has been modified to 0711 (rwx--x--x).
    chmod:changing permissoons of 'autom4te.tmp' (requested:0711,actuel:0700):operation not permited .

    then when i check the rights of the file, they still be 0711

  4. #4
    Just Joined! Feeyo's Avatar
    Join Date
    Apr 2010
    Posts
    54
    Not sure why you need to change that file though.
    With me it just works with: ./configure; make; make installl

  5. #5
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6

    Smile

    Quote Originally Posted by Feeyo View Post
    Not sure why you need to change that file though.
    With me it just works with: ./configure; make; make installl
    Just checking the permissions isn't enuf. Please also check to file owner, if it is copied as root , U must login as root to execute it.

    Can you post the output of 'ls -l' here ?

  6. #6
    Just Joined! Feeyo's Avatar
    Join Date
    Apr 2010
    Posts
    54
    He posted he was doing this as root already.

  7. #7
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6
    Quote Originally Posted by Feeyo View Post
    He posted he was doing this as root already.
    Hey Feeyo,
    I guess I missed it in the start. Can you please try

    chmod +x <FILENAME>

    and then execute?

Posting Permissions

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