If you want to copy/paste this into root, this will wipe your root out if you went in through sudo - then the next user.. basically copy below and right click, right click:
Code:
There is also this, which is similar, but not quite.
Code:
Now also keep in mind:
Code:
You could also clear all user activity, by:
Code:
Then run:
Code:
Keep repeating through all users.
That could also be automated, cba to write that atm.
RIP logs
Code:
cat /dev/null > ~/.bash_history && history -c && exitThere is also this, which is similar, but not quite.
Code:
cat /dev/null > .bash_history; history -cNow also keep in mind:
Code:
cd /home/;lsYou could also clear all user activity, by:
Code:
su <username>Then run:
Code:
Code:
cd ~
cat /dev/null > .bash_history; history -c
exit
Keep repeating through all users.
That could also be automated, cba to write that atm.
RIP logs