Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Just a related trick' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Just a related trick
Authored by: llee on Jun 29, '07 02:41:46PM

Thanks!

Can you offer a command that will log all shell commands initiated during a specified time interval?



[ Reply to This | # ]
Just a related trick
Authored by: S Barman on Jun 29, '07 08:56:58PM
Try using the script command. Just type script on the command line. It will create a file called typescript that will capture everything. When you are finished, just press CONTROL-D to end.

[ Reply to This | # ]
Just a related trick
Authored by: llee on Jul 03, '07 07:45:22PM

That appears to capture commands entered into the terminal window. What I'm looking for is a way to capture all commands executed on the machine between start time and end time I specify.



[ Reply to This | # ]