RedTeam
5.Machine
1.Linux
General
Hide
Clear Logs and History

Clear Logs

#Erase logs with shred**
- shred -h
- shred -vfzu auth.log (or the name of the log you want)

Clear History

# Erase History Command
history clear

# Erase History File
cat /dev/null > /home/user/.bash_history