Fcheck needs a conf file to know what to do; in other words it needs a conf file that tells it
what directories to check and what kind of checks to do or where to read the snapshots and ...
The Fcheck has some keywords (7 of them) and the definition of each of them can be read from here:
Here Goes a Link for the defs.
So for the seek of simplicity we are going to use this simple fcheck.cfg file that doesn't have any coments:
Directory = /etc/
DataBase = /
Logger = /usr/bin/logger -tfcheck
FileTyper = /bin/file
HostName = "linux2"
TimeZone = EST5EDT
$Signature = /usr/bin/md5sum
File = /usr/local/fcheck/sol.dbf
The orginal conf file is very well documented and we can see it here
fcheck.cfg