aspose file tools
The moose likes Linux / UNIX and the fly likes Log for history session and user specific ... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Log for history session and user specific ..." Watch "Log for history session and user specific ..." New topic
Author

Log for history session and user specific ...

Vassili Vladimir
Ranch Hand

Joined: Mar 08, 2007
Posts: 1585
Hi,

how can I create a script on linux that records every command entered and appends every change made and closes the file after the session terminates or the user quits.. I thought about changing the .bashrc file but how can it be done >?? thank you


Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0
Satish Chilukuri
Ranch Hand

Joined: Jun 23, 2005
Posts: 266
Originally posted by Vassili Vladimir:
Hi,

how can I create a script on linux that records every command entered and appends every change made and closes the file after the session terminates or the user quits.. I thought about changing the .bashrc file but how can it be done >?? thank you


bash already has a feature for logging commands. They are stored in .bash_history in the user's home directory.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Log for history session and user specific ...
 
Similar Threads
How to prevent user copy and paste url?
Session handling
Httpsession and user session timeout tracking.
Session
Sessions without cookies possible?