View Single Post

   
  #4 (permalink)  
Old 01-17-2008, 04:40 PM
Michael Heiming
 
Posts: n/a
Default Re: Validating a linux installation?

P.T. Breuer <ptb@oboe.it.uc3m.es> wrote:

[..]

> Look for "binstats".


[..]

> # binstats - a Linux/i386 utility to find the number and identity of a.out
> # 1.00 and ELF binaries, plus their debugging symbols status, setuid


Thx for the tip!

Looks as if you would use a pretty old version:
$ binstats -v
binstats-1.08



Integrity of all installed rpm packages can be checked with something
like this:

$ for rpm in `rpm -qa`; do echo -e "\n$rpm\n" && rpm -V $rpm;done

(It doesn't look for missing libs though)

Regards

--
Michael Heiming

Remove +SIGNS and www. if you expect an answer, sorry for
inconvenience, but I get tons of SPAM
Reply With Quote