Skip to content
forked from joebew42/cwatch

A lightweight program that monitor activity of filesystem through inotify kernel library and triggers user defined commands.

License

Notifications You must be signed in to change notification settings

hacklabcz/cwatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cwatch(1)

A lightweight program that monitors the filesystem activity through the inotify Linux kernel library and executes a user defined command.

This is a experimental release. In this stage we are testing the software as best as we can. If you would like to help us to test and improve this software, feel free to do everything you want.

A Quick-start:

  1. Clone the project:

      $git clone https://github.com/joebew42/cwatch.git
    
  2. Compile it:

      $cd cwatch/
    
      $aclocal && automake --add-missing --copy && autoconf
    
      $./configure
    
      $make
    
  3. Use the software:

    3.1. Read the manual

     ./src/cwatch --help
    

    3.2. Do some testing

Note: This README is just a draft. In the next days we will provide a new one well organized.

About

A lightweight program that monitor activity of filesystem through inotify kernel library and triggers user defined commands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%