logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LoggedFS - Filesystem monitoring with Fuse

Author

       Remi Flament <remipouak@gmail.com>

Description

LoggedFS  is  a  transparent  fuse-filesystem  which  allows  to log every operations that happens in the
       backend filesystem. Logs can be written to syslog, to a file, or to the standard output.  LoggedFS  comes
       with  a  XML  configuration  file in which you can choose exactly what you want to log and what you don't
       want to log. You can add filters on users, operations (open, read, write, chown, chmod, etc.),  filenames
       , and return code. Filename's filters are regular expressions.

Files

/etc/fuse.conf
              The system wide configuration file.

Name

       LoggedFS - Filesystem monitoring with Fuse

Options

       -f     Do not start as a daemon. Write logs to stdout if no log file is specified.

       -c config-file
              Use the config-file to filter what you want to log.

       -l log-file
              Use  the  log-file  to  write  logs  to. If no log file is specified then logs are only written to
              syslog or to stdout, depending on -f.

       -p     Allow every users to see the new loggedfs.

See Also

fusermount(1)

User Manuals                                      JANUARY 2007                                       LoggedFS(1)

Synopsis

loggedfs[-fp][-cconfig-file][-llog-file]directory...

See Also