Results 1 to 3 of 3
Hi does anyone knows how to save history command using
Histfile in 2 locations at the same time..
i want to left bash_history intact but still be able to save ...
- 05-19-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 3
how to store command history using Histfile in 2 locations?
Hi does anyone knows how to save history command using
Histfile in 2 locations at the same time..
i want to left bash_history intact but still be able to save history command into a file in onther path??
Help with this please !!!
- 05-19-2009 #2
How about cp?
Debian GNU/Linux -- You know you want it.
- 05-19-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 3
well i think i did explain myself to much...besides to do this in an automated way..what im trying to accomplish here is the following:
ii want to save the command history of all the users across multiples windows in a file with the followinf format: user_log: date: time in a hidden folder which im gonna used to keep track of their movements.
Now my problem is that i want my users to have the ability to use their history command but i lost that ability due to the format im using..ie ( the command history file is in constant change due to the date and the server is not able to read the history log)
What ive planned is (at least whats what ive thinked) is to keep the bash_history intact so i can read the history command and save that history command to my own personal tracking folder)


Reply With Quote