On 12/10/13, Manivel Rajendran <[email protected]> wrote: > Hi, > > Thanks for your reply. I have resolved this issue. > First I entered Rescue mode then checked all the directory permission. > > Issue : > "/bin" and "/lib64" both directory permission has been changed > ( 755 to 644). > > Solution : > > I have changed above mentioned directory permission from 644 > to 755.
You should take some extra care while fiddling with /bin or /sbin/. Do no set blindly 755. Certain files like su, mount require set user id also. Please compare with another clean install and then set permission. Raman.P -- blog:http://ramanchennai.wordpress.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
