From 4ea8fe11a32cc5d285da643a0db345355e021da8 Mon Sep 17 00:00:00 2001 From: iProbe Date: Mon, 13 Feb 2023 17:15:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'linux=E5=9F=BA=E7=A1=80/?= =?UTF-8?q?=E8=B8=A2=E6=8E=89=E7=99=BB=E5=BD=95=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E7=94=A8=E6=88=B7.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux基础/踢掉登录状态的用户.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 linux基础/踢掉登录状态的用户.md diff --git a/linux基础/踢掉登录状态的用户.md b/linux基础/踢掉登录状态的用户.md new file mode 100644 index 0000000..fff30bd --- /dev/null +++ b/linux基础/踢掉登录状态的用户.md @@ -0,0 +1,4 @@ +```bash +# pts/0为该用户的tty +pkill -kill -t pts/0 +``` \ No newline at end of file