Changeset 481 for trunk/man/samhain.8


Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (10 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/man/samhain.8

    r169 r481  
    1 .TH SAMHAIN 8 "07 August 2004" "" "Samhain manual"
     1.TH SAMHAIN 8 "26 June 2015" "" "Samhain manual"
    22.SH NAME
    33samhain \- check file integrity
     
    2121} [\-D | \-\-daemon | \-\-foreground] [\-\-forever] [\-r DEPTH,\-\-recursion=DEPTH] [log-options]
    2222
     23.B samhain
     24[ \-p threshold ] {
     25.I \-\-verify\-database=database
     26}
     27
     28.B samhain
     29[ \-p threshold ] {
     30.I \-\-create\-database=file\-list
     31}
     32
     33
     34
    2335.SS "LISTING THE DATABASE"
    2436.PP
     
    2739[\-a | \-\-full\-detail]
    2840[\-\-delimited]
     41[\-\-binary]
     42[\-\-list\-filter=file]
    2943\-d
    3044.IR file |
     
    245259configuration file.
    246260
     261.PP
     262.B samhain
     263[ \-p\ threshold ]
     264.I "\-\-verify\-database=database"
     265
     266Check the filesystem against the database given as argument,
     267and exit with an appropriate exit status. The configuration file
     268will
     269.B not
     270be read.
     271
     272.PP
     273.B samhain
     274[ \-p\ threshold ]
     275.I "\-\-create\-database=file\-list"
     276
     277Initialize a database from the given file list.
     278The configuration file
     279will
     280.B not
     281be read. The policy used will be
     282.I ReadOnly.
     283File content will be stored for a file
     284if its path in the list is preceded with a
     285.B +
     286sign.
     287
    247288.SS "OPTIONS FOR LISTING THE DATABASE"
    248289.PP
     
    267308List all informations for each file, in a comma-separated format.
    268309Must precede the \-d option.
     310.TP
     311[\-\-binary]
     312List data in the binary format of the database, thus writing another
     313database.
     314Must precede the \-d option.
     315.TP
     316.RI [\-\-list\-filter= file ]
     317Filter the output of the database listing by a list of files given
     318in a text file. Together with \-\-binary this allows to write a
     319partial database. Must precede the \-d option.
    269320.TP
    270321.RI [\-\-list\-file= file ]
Note: See TracChangeset for help on using the changeset viewer.