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
...
- 06-04-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 3
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...
- 06-04-2008 #2
Execute this
Post output here.Code:ls -l /u01/app
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-04-2008 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 3
output
ls -l /u01/app
here is the output
ls: /u01/app: Input/output error
- 06-04-2008 #4
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
- 06-04-2008 #5Just Joined!
- Join Date
- Jun 2008
- Posts
- 1


Reply With Quote
