The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Special Forums > Security
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 06-23-2009
otheus's Avatar
otheus otheus is offline Forum Staff  
Moderator ala Mode
  
 

Join Date: Feb 2007
Location: Innsbruck, Austria
Posts: 1,886
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.