![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disk and memory monitoring problem | uiqbal | Filesystems, Disks and Memory | 2 | 07-13-2008 04:54 AM |
| Ignoring already copied files | nvandyke | UNIX for Dummies Questions & Answers | 0 | 04-30-2008 01:39 PM |
| Disk Space Monitoring Script | sriram003 | Shell Programming and Scripting | 8 | 08-23-2007 08:00 AM |
| Script that can Copy a Range of files from Tape to Hard disk | msjazzie | Shell Programming and Scripting | 0 | 08-13-2007 12:47 PM |
| RAM, Hard Disk | ramaraju | UNIX for Dummies Questions & Answers | 2 | 03-01-2005 04:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
hi...
i need pointers to books/website... 'm trytin to write a daemon that monitors files of particular type(eg. text or pdfs) copied onto the hard disk. the daemon should detect the above n write the file name (along with the absolute path) to a file. please DO NOT give me the code explicitly... |
| Forum Sponsor | ||
|
|
|
|||
|
I have to agree with Andryk - it seems to me to be a bit non-sequitur, you seem to want a kind of FindFirstChangeNotification api for UNIX. Some things that make sense in one OS don't translate well to others. IMO.
The only suggestion I have is get a copy of lsof or fuser for your unix system and investigate what was done in there. If you're on a UNIX that supports /proc then you may already have what you need. |
|||
| Google The UNIX and Linux Forums |