Find the answer to your Linux question:
Results 1 to 5 of 5
hi, while accessing a directory 'u01/app' as root user, I get the following message: bash: cd: app: permission denied and then I tried to give the following permissions with the ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    3

    Question root cannot access the directory

    hi,
    while accessing a directory 'u01/app' as root user, I get the

    following message:
    bash: cd: app: permission denied

    and then I tried to give the following permissions with the

    command as root user:
    chmod 777 /u01/app
    I get the following message:
    chmod: cannot access '/u01/app': Input/output error

    can anybody fix this issue...

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    ls -l /u01/app
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    3

    Post output

    ls -l /u01/app

    here is the output

    ls: /u01/app: Input/output error

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Linux Distro are you using? Something is wrong with FileSystem. Boot up in Recovery Mode and run fsck on partition having /u01/app.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jun 2008
    Posts
    1
    Looks like either the file system is not mounted or there is a problem accessing the file system. Run the command mount and see if the filesystem is mounted.

    Quote Originally Posted by new2linuxworld View Post
    ls -l /u01/app

    here is the output

    ls: /u01/app: Input/output error

Posting Permissions

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