krlaboratories

how disable bash history in linux

Sep 18th, 2022
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. echo “unset HISTFILE” >> ~/.bash_profile
  2. echo 'set +o history' >> ~/.bashrc
  3. . ~/.bashrc
  4. history -c
Advertisement
Add Comment
Please, Sign In to add comment