Find the answer to your Linux question:
Results 1 to 5 of 5
I was unable to change the permissions for root node and for other users also. WE have tried all the possibilities like chmod and chmod -R 777 filenem. But we ...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    2

    unable to change the user and roop permissions in linux

    I was unable to change the permissions for root node and for
    other users also. WE have tried all the possibilities like chmod and
    chmod -R 777 filenem. But we are unable to change that. can you say me
    the solution for?...

    thanks & regards,
    bhaskar.

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568
    Could you please post the exact command that you running and error message (if any) ?

    Did you logged in as root user?
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

  3. #3
    Just Joined!
    Join Date
    Mar 2011
    Posts
    2
    Quote Originally Posted by Lakshmipathi View Post
    Could you please post the exact command that you running and error message (if any) ?

    Did you logged in as root user?
    > chmod -R 777 filename

    even owner ship also not able to assign.
    ERROR MESSAGE: it is telling " READ ONLY FILE SYSTEM".

  4. #4
    Just Joined! PrinceSharma's Avatar
    Join Date
    Aug 2009
    Location
    /Universe/Earth/India
    Posts
    81
    Hi and Welcome,

    I'm afraid you may have to perform an "fsck" on your disk by going in single user mode

    OR

    Simply try to remount the FS :

    mount -o remount <file system name>

    Update if that does help.

    PS : Please back up any imp. data.

  5. #5
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Exclamation

    Quote Originally Posted by ainalabhaskar View Post
    > chmod -R 777 filename

    even owner ship also not able to assign.
    ERROR MESSAGE: it is telling " READ ONLY FILE SYSTEM".
    Please post the output of following commands here -
    #cat /proc/mounts
    #mount
    #df
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

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