sh-3.1# rpm -Vva|grep -v '^\.\{8\}' > F1.txt
and F1.txt contains :
......G. /var/cache/samba/winbindd_privileged
missing /misc
SM5....T c /etc/kdump.conf
.M...... /dev
....L... c /etc/pam.d/system-auth
S.5....T c /etc/security/limits.conf
.M...... c /etc/cups/classes.conf
.......T c /etc/audit/auditd.conf
SM5....T c /etc/sysconfig/rhn/up2date
S.5....T c /etc/printcap
..5....T c /etc/pki/nssdb/secmod.db
S.5....T /usr/share/applications/defaults.list
Looking for ksh in /etc/shells... found
..5....T c /usr/lib/security/classpath.security
missing c /usr/java/jdk1.6.0_16/jre/lib/charsets.pack
missing c /usr/java/jdk1.6.0_16/jre/lib/deploy.pack
missing c /usr/java/jdk1.6.0_16/jre/lib/ext/localedata.pack
missing c /usr/java/jdk1.6.0_16/jre/lib/javaws.pack
missing c /usr/java/jdk1.6.0_16/jre/lib/jsse.pack
missing c /usr/java/jdk1.6.0_16/jre/lib/plugin.pack
missing c /usr/java/jdk1.6.0_16/jre/lib/rt.pack
missing c /usr/java/jdk1.6.0_16/lib/tools.pack
/var/tmp/rpm-tmp.96797: line 851: IntegrateWithGNOME: command not found
S.5....T /opt/google/desktop/.gdl_installed_files
S.5....T /opt/real/RealPlayer/postinst/profile.d/realplay.csh
S.5....T /opt/real/RealPlayer/postinst/profile.d/realplay.sh
.M...... /opt/real/RealPlayer/share/distcode
SM5....T c /etc/sysconfig/iptables-config
Unsatisfied dependencies for gnome-speech-0.4.5-1.fc6.i386: festival
S.5....T c /etc/xml/catalog
S.5....T c /usr/share/sgml/docbook/xmlcatalog
S.5....T c /etc/pam.d/login
S.5....T c /etc/sysconfig/system-config-securitylevel
S.5....T c /etc/sane.d/dll.conf
..5....T c /etc/inittab
S.5....T c /etc/sysctl.conf
S.5....T c /etc/mailcap
.......T c /etc/mail/sendmail.cf
S.5....T c /var/log/mail/statistics
.......T c /etc/sysconfig/system-config-users
S.5....T /usr/share/icons/hicolor/icon-theme.cache
sh-3.1# 'find /root /home -maxdepth 2 -type f -iname .bash_history'
No such file or directory
sh-3.1# find /root /home -maxdepth 2 -type f -iname .bash_history
/root/.bash_history
/home/oracle/.bash_history
/root/.bash_history is having below lines:
clar
clear
su - root
su - oracle
mount /dev/hda1 /mnt
/home/oracle/.bash_history is having below lines:
...
...
...
su - root
su - root
su - root
su - root
su - root
keshav ' My cousing Name; who destroyed the linux

mountpoint
su - root
su - root
Please tell me if you ask anything more, i will please to tell you each and everything; and i highly obliged to get great support from you.
Kind Regards
Girish Sharma
Quote:
Originally Posted by unSpawn
Try w/o outer quotes and with proper quoting:
Code:
rpm -Vva|grep -v '^\.\{8\}'
but a quick win would be to find user history files first ('find /root /home -maxdepth 2 -type f -iname .bash_history') and read those.
|