I
I
intnzy2014-07-14 11:12:36
css
intnzy, 2014-07-14 11:12:36

How to do a checksum checksum of files on a schedule in Linux?

You need to check the integrity of the contents of all files in the specified directories on a schedule. Something similar to an old antivirus, when checksums were collected during the 1st pass, and then they were simply checked in order to find changed files.
Before writing a bicycle, I would like to know if there is a ready-made solution?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Danila, 2016-03-30
@Flawming

codepen.io/DNLHC/pen/yOozRZ you
can do the same with a border

D
devstudent, 2016-03-30
@devstudent

pseudo-class can also appear on hover

.classname:after {
opacity:0;
}

.classname:hover:after {
opacity:1;
}

I
impass, 2014-07-14
@intnzy

In the most trivial case, it suffices
to create a list of checksums and
to verify it. Any other *sum can be used instead of md5sum.
Of the more civilized, there is Tripwire .

A
Andrey Burov, 2014-07-14
@BuriK666

There is inotify, with it you can track file changes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question