|
Okay, you can re-compile bash or what have you and disable the history command. You "simply" search the source for the word "history" until you find a C-string, go into this file, and basically, remove the string or line(s) of code which links the keyword to a function. Then recompile and re-install.
|