Skip to content

Clearing Tracks On Linux

Clear Uploaded Data

Always upload data to the temporary directory: /tmp and remove its content once the audit is finished.

Remove Bash History Commands

Delete specific commands that were executed during the audit.

history -c

cat /dev/null > ~/.bash_history