measuring jack themes technologies tooltips linux measuring jack themes technologies tooltip linux limejack claim limejack limejack

Start | Sprache  de en fr | Menü | Übersicht | Suche

Sie befinden sich hier: start » de » tooltips » inotify

inotify - Inode Notify watchs for File Changes

We get this tip from Woi, thank you very much.

Since kernel 2.6.13 inotify created by John McCutchan is included. On Debian install inotify-tools.

The package includes inotifywait and inotifywatch. Try follwing source:

inotifywait -q /dev/shm/inotest

The tool inotifywait wait until the file /dev/shm/inotest will be changing.

Now you can put some stuff to test file:

echo hello > /dev/shm/inotest

You get as result from inotifywait:

/dev/shm/inotest MODIFY 

C

There is a development package libinotifytools0-dev.

FIXME

//It is nessesary
inotifytools_initialize()

while( int inotifytools_watch_file ( 	char const *  	filename, int  	events ) == 1 ) {
}

Win*

  • cygwin included a wait tool
Disclaimer | Impressum | Privacy | Copyleft