2 Star 2 Fork 4

冰羽... / shell

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
clean.sh 247 Bytes
Copy Edit Raw Blame History
sjby365@gmail.com authored 2020-07-31 17:26 . 初始化
#/bin/bash
echo "" > /var/log/wtmp
last
echo "" > /var/log/btmp
lastb
echo "" > /var/log/lastlog
echo "" > /var/log/secure
echo "" >~/.bash_history
sed -i "s@HISTSIZE=1000@HISTSIZE=0@g" /etc/profile
history -c
history -r /root/history.txt
history
Shell
1
https://gitee.com/cnop/shell.git
git@gitee.com:cnop/shell.git
cnop
shell
shell
master

Search