Boot into a single mode from the lilo boot prompt (Ctrl-X on LILO boot screen will throw you back boot prompt issue init 1 hit enter), after you logged in issue
chmod -R 755 /
that'll fix it for you, but then you will need to adjust all the permissions for all the critical files, like /etc/shadow must be read-only by root only etc.
|