Perhaps installing would be simpler, but as an interesting experiment, you could try to boot from a liveCD and change the permissions by hand.
But more interesting than that would be to have it automatically done. P.e. change the permissions of all EFL-executables (compiled programs) could be done with
Code: Select all
find -exec file '{}' ';' | grep ELF | sed "s/:.*$//" | xargs chmod ug+x
To reset the permissions of other file types you'd have to think yourself.
As well you may want to change the permission depending on the file, but at least this finds many files that should be executable.
hth, tom
Computer science is no more about computers than astronomy is about telescopes.
Dijsktra
---------------
Don't believe my "Guru" status!