afick-tk - a graphical interface for afick
|
afick-tk - a graphical interface for afick (Another File Integrity Checker)
afick-tk is designed to help to use afick
for people who prefer graphical interfaces.
Graphical reports such ``tree-view'' may help to
have a quick overview.
afick-tk [options]
afick use posix syntaxe, which allow many possibilities :
-
long (--) options
-
short (-) options
-
negative (--no) options
You can use any number of the following options :
- --config_file|-c configfile
read the configuration in config file named ``configfile''.
- --full_newdel|-f,(--nofull_newdel)
(do not) report full information on new and deleted directories. Default : no
- --help|-h
Output help information and exit.
- --ignore_case|-a
ignore case for file names. Can be helpfull on windows plateforms, but is dangerous on unix ones.
- --missing_files|-m,(--nomissing_files)
(do not) warn about files declared in config files which does not exists. Default : no
- --dead_symlinks|-s,(--nodead_symlinks)
(do not) warn about dead symlinks. Default : no
- --follow_symlinks|-Y,(--nofollow_symlinks)
if set, do checksum on target link file, else on target link filename
. Default : no
- --allow_overload|-o,(--noallow_overload)
if set, allow more than one rule on a file (the last wins), else keep the first one, display a warning for others
. Default : no
- --running_files|-r,(--norunning_files)
(do not) warn about ``running'' files : modified since program begin. Default : no
- --timing|-t,(--notiming)
(do not) Print timing statistics. Default : no
- --version|-V
Output version information and exit.
- --verbose|-v
set verbose mode (for debuging purposes). Default : no
the interface is composed from
menus are used to control actions, short-keys are associated for a quicker usage
- save
save output screen to a local file
- load
display a saved outpout in outpout screen
- history
open history file
- exit
to quit this interface
- init
to create the database
- update
compare and update the database
- compare
compare the files with the database
- print
print database content
- print config
print afick's configuration
- check config
check afick's configuration
- clean config
check and clean afick's configuration (comments bad lines)
- tree-view
display the change in a tree view
- stat_size
display from databases some dangerous files (suid, sgid, group writable, world writable )
- stat_secu
display from databases statistics on file size
- search
print the content of the database, filtered by a regular expression
- select
select afick's configuration file (filebrowser)
- edit
edit afick's configuration file
- secure config
run afickonfig with this options to secure config file
- directives
change afick's directives
they are set from afick's configuration file
- help
the screen description
- wizard
how to use afick
- bind keys
summary of all keyboards commands
- about
legal informations
to display the results
to display errors and warnings
useful to follow the disk scan
this program only use perl and its standard modules.
afick.conf(5) for configuration file
afick(1) for command-line interface
afickonfig(1) for a tool to change afick's configuration file
Copyright (c) 2002,2003,2004 Eric Gerbier
All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
Eric Gerbier
you can report any bug or suggest to gerbier@users.sourceforge.net
afick-tk - a graphical interface for afick
|