From 1eeee310d7d1d22687b02b3bc08ac7039d5bf7ce Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Sat, 21 Nov 2020 16:24:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/empty_login_history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/empty_login_history.sh b/shell/empty_login_history.sh index c46a7b2..cd76084 100755 --- a/shell/empty_login_history.sh +++ b/shell/empty_login_history.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # 清空访问日志 -echo > /var/log/wtm +echo > /var/log/wtmp echo > /var/log/btmp echo > ~/.bash_history history -c \ No newline at end of file