|
installing, and using chkdir application is pretty simple. all configuration
is done via configuration file, so you have to first generate a conf file.
below you can find the instruction for compiling the source, and generating
the conf file.
# tar -jxvf chkdir-1.0.0.tar.bz2
# cd chkdir
# make
copy src/chkdir binary to somewhere in your system start chkdir with config
file path parameter, it will generate a config file for you. edit the file,
and then restart the program.
# chkdir -c /path/to/your/config/file
|