On 11/9/05, Kevin Toppenberg <[EMAIL PROTECTED]> wrote: > I'm a bit of a newbie with this, so I hope I am not telling you wrong. > > X11 is automatically run during the startup of Redhat linux.
Redhat? That's a rpm based distro. It's sometime nice to ask RPM what's wonky. It keems md5sums for it's files, and a little report of what's on the system, and what state it's files are in can be had with a little command line goodness. [EMAIL PROTECTED] ~]$ for i in `rpm -qa | sort`; do echo ${i}; rpm --verify ${i}; done gives output like... 4Suite-1.0-8.b1 a2ps-4.13b-46 S.5....T c /usr/share/a2ps/afm/fonts.map ... 'man rpm' and finding 'verify' will tell you what the S.5....T codes are ( 5 is MD5... ) ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Hardhats-members mailing list Hardhats-members@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hardhats-members