system/trackfs: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-05 16:38:06 -05:00 committed by Willy Sudiarto Raharjo
parent cce1e47f13
commit a417057ca5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,11 @@
Trackfs is a small program that tracks file system changes -- creation,
update and removal of fs objects -- of another program (or group of
programs). It is similar to `installwatch', but works quite differently:
While installwatch uses LD_PRELOAD to intercept library functions like
open() and unlink(), trackfs runs the child program(s) with tracing
enabled and tracks the system calls they make.
trackfs (tracks filesystem changes)
Trackfs is a small program that tracks file system changes --
creation, update and removal of fs objects -- of another program (or
group of programs). It is similar to `installwatch', but works quite
differently: While installwatch uses LD_PRELOAD to intercept library
functions like open() and unlink(), trackfs runs the child program(s)
with tracing enabled and tracks the system calls they make.
trackfs also includes "playback", which runs a program via trackfs
and creates a shell script which, when run, will reverse all filesystem