Results 1 to 1 of 1
I've taken a project to work upon tracing of runtime activities on unix system
into a log file. Like, to implement a program which will show the log of everything
...
- 03-28-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 1
Trace of runtime activities in UNIX
I've taken a project to work upon tracing of runtime activities on unix system
into a log file. Like, to implement a program which will show the log of everything
happened in past, including many requirements, like applications i used (with the time of access),
kind of files/directories i opened, closed, created, deleted(with the time), etc.
Please suggest me something to do it in a better way.


Reply With Quote