|
Home >
Help Files >
Security >
Redhat Linux-specific Tripwire
Tripwire
Tripwire is a file system integrity-checking program for UNIX operating systems. To use it, you first must build a configuration file that designates the directories and files that you want to verify and the attributes you want to have verified for each. You then run Tripwire (with the initialize option) to create a database of cryptographic checksums that correspond to the files and directories specified in the configuration file. -- [From CERT]
Setting up Tripwire
1. $> su
2. $> cd /etc/tripwire
3. $> ./twinstall.sh
You'll be prompted for a local & system specific password.
Updating TripwireTo update tripwire run:
$> su
$> tripwire --update
|
|
© |