drw-r--rw- Not able to read

Hi, I have a directory wth drw-r--rw- mode And i tried all options to change the mode of this directory Im the owner of this directory But still im not able to open the directory by using cd command. Pls help me..

Thanks advance

Reddy

Hi,

Do chmod +x directory.

Thanks Silva

It's important to note why changing the execute bit was the solution. UNIX treats everything as a file. There are special use files, and a directory is one of those. In order to view the contents of a directory, it has to "execute" the file; thus the execute bit must be set to view the contents.

Cheers,
Keith