[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] "isamchk" and "isamlog" files in /usr/bin
- Subject: RE: [cobalt-users] "isamchk" and "isamlog" files in /usr/bin
- From: "Alex Lee" <alex@xxxxxxxxxx>
- Date: Sun Feb 25 21:37:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Does anyone else have these two files in /usr/bin..? I just
> found these two
> files on the box I think has been compromised (again), and the other two
> boxes do NOT have these two files..
>
> -rwxr-xr-x 1 root root 1706802 Feb 13 2000 isamchk
> -rwxr-xr-x 1 root root 1643638 Feb 13 2000 isamlog
these come from mysql.
try this:
rpm -qf /path/to/filename
e.g
# rpm -qf /usr/bin/isamchk
MySQL-3.22.32-1
alex