On a UNIX system, everything is a file; if something is not a file, it is a process. this is an advantage of linux file system, but a have a question here !!
how can I detect if a file has been created or changed or removed by user or program ?
I try to do this with inotify but doesn't work with kernel version 3.4 in openwrt distribution
thanks