Tagged Questions
1
vote
1answer
100 views
WIndows 7: would like recursively check a directory for changes to files and folders since my last visit - not in realtime or by monitoring
I have found varieties of this question. Most of them fall under monitoring and others are said to be buggy. A continuously monitoring program won't help me and neither will a list of the most ...
0
votes
1answer
127 views
Monitoring operations on HDD on Linux
I want to monitor operations on HDD in Linux. I tried iotop, but I want to know which file is being modified. Is there any tool to do that?
5
votes
2answers
2k views
Find out which program creates a file/folder in my C: drive
I am looking for an app that can monitor my C: (system) drive and find which program is creating a folder, with the rather generic name TEMP1\, on that drive.
I wouldn't mind if it could hook the ...
0
votes
0answers
100 views
Monitoring text file and adding edit time on every line [Windows]
We have special measurement devices which connect through USB to a Windows PC. There's very limited software for those devices which only lets you configure the .txt file where the measured values are ...
1
vote
4answers
891 views
Tool to monitor file read/write in unix
Is there any tool/command available in unix to monitor read/writes in a particular file.
I also want to collect how much data is being read each time the file is accessed.
0
votes
1answer
47 views
Program to restart a process when files in a directory change (Windows)
I'm looking for a Windows program that will kill and restart a process when a change is made to some files in a directory.
Does anyone know of one?
0
votes
2answers
230 views
Real time writing to disk
Is there any software out there that can help me track, in real time, files being changed and/or created on my Windows (Windows 7) system?
I'm trying to figure out all files being changed when ...