trackfs: trackfs (tracks filesystem changes) trackfs: trackfs: Trackfs is a small program that tracks file system changes -- trackfs: creation, update and removal of fs objects -- of another program (or trackfs: group of programs). It is similar to `installwatch', but works quite trackfs: differently: While installwatch uses LD_PRELOAD to intercept library trackfs: functions like open() and unlink(), trackfs runs the child program(s) trackfs: with tracing enabled and tracks the system calls they make. trackfs: trackfs: trackfs: