On Sat, Jan 29, 2011 at 9:35 PM, Subin Sebastian <[email protected]> wrote: > On Sat, Jan 29, 2011 at 7:23 PM, Vyshakh <[email protected]> wrote: >> >> hei all........ >> >> I'm using ubuntu9.10. Last day I changed the permissions for the directory >> "/lib". > > Do you think that was a good thing to do? ;-) >> >> Now it don't boots. :-( >> When I try to boot as normal, system hangs after a while. >> In command mode, An error message like "cant access system libraries." >> >> I can access ROOT terminal through "fail safe boot" option (second item in >> grub). >> I've tried the command "chmod 777 /lib". But it could not solve d problem. >>
Each files in /lib will be having different permissions. I don't think giving 777 permission to all files will solve the problem. Anyway try chmod -R 777 /lib as said by Subin Sebastian -- blog : ragsagar.wordpress.com mail id : python -c "print '@'.join(['ragsagar','.'.join([x for x in ['gmail','com']])])" -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
