Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 258 Bytes

Clear_Command_History.md

File metadata and controls

18 lines (9 loc) · 258 Bytes

Clear Command History

MITRE ATT&CK Technique: T1146

multiple shells

unset HISTFILE

export HISTFILESIZE=0

history -c

bash

rm ~/.bash_history

cat /dev/null > ~/.bash_history