![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pstree unreadable characters | itik | Linux | 2 | 07-18-2008 09:22 AM |
| mailx saved messages are unreadable (base64) | Squeakygoose | UNIX for Dummies Questions & Answers | 1 | 01-30-2008 08:49 AM |
| Unreadable | SanjayLinux | Shell Programming and Scripting | 3 | 09-25-2007 03:52 AM |
| Unreadable Unix File | ryangfm | UNIX for Dummies Questions & Answers | 19 | 02-09-2007 11:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
unreadable
Hi,
can someone explain what does this mean and why does this happen? i had this problem last week, and Unix admin said that he has to rebuild the file system. Now i am getting this error again. aaaa% ls . unreadable |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
what are the directory permissions?
Code:
id ls -ld . |
|
#3
|
||||
|
||||
|
drwxrwxrwx and i am the owner
|
|
#4
|
|||
|
|||
|
strange.
have the sys admin unmount the file system and make sure the mount point permissions are 755 and then have him remount it. see if the error goes away then. |
|
#5
|
||||
|
||||
|
thank you!
how do you check mount point permissions?? |
|
#6
|
|||
|
|||
|
root is required. The sys admin should how to do this.
for example say your file system is /usr/blah Code:
unmount /usr/blah ls -ld /usr/blah # make sure these permissions are 755 |
|
#7
|
||||
|
||||
|
thank you!
can you please list all the commands for the necessary steps - check where it mounted to, unmount the file system, make sure the mount point permissions are 755 and remount . |
||||
| Google The UNIX and Linux Forums |