get list of process running at a point in time
I have a Solaris
SunOS XXXXX 5.8 Generic_117350-62 sun4u sparc SUNW,Ultra-Enterprise
ps -ef gives me what's running now. I need to find out what was running at a point in time in the past. How do I do this?
0