On Sun, Sep 20, 2009 at 2:13 AM, Mehul Ved <[email protected]> wrote:
> On Sun, Sep 20, 2009 at 1:43 AM, narendra sisodiya > <[email protected]> wrote: > > Hi all, > > I want to have a daemon which will monitor changes in a directory. > > Lets say /home/narendra/Download , Whenever user make a cut copy paste > > operation into this directory that daemon will be notified and he will > take > > some action (like file moving , sorting etc). > > I know bash shell scripting and C++. How can i make this utility. > > Small pointers are needed. > > What about inotify[1] and inotify tools[2]? > > 1. http://en.wikipedia.org/wiki/Inotify > 2. http://inotify-tools.sourceforge.net/ > _______________________________________________ > Thanks for info. Actually I am working on a very unique idea. "Freedom directory" -- We will assign one directory for this purpose. our daemon will take care for pasting new flies into it. Whenever using put new files (like 100+ jpg images from his camera), this will automatically converted to png images in the backend. This will remove a lot of hurdle and time consuming conversion process for a normal user. How is the idea ;) ?? -- ┌─────────────────────────┐ │ Narendra Sisodiya ( नरेन्द्र सिसोदिया ) │ Web : http://narendra.techfandu.org │ Twitter : http://tinyurl.com/dz7e4a └─────────────────────────┘ _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
