The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-30-2004
encrypted's Avatar
encrypted encrypted is offline
Registered User
 

Join Date: Feb 2004
Location: Oslo, Norway
Posts: 218
Quote:
Is there anyway to prevent a command from being logged in the history file?
export HISTSIZE=0

Quote:
I would like to prevent any passwords from being logged in the history file.
Passwords are NOT logged in to the history file.
Reply With Quote