添加 'linux基础/踢掉登录状态的用户.md'

This commit is contained in:
iProbe 2023-02-13 17:15:09 +08:00
parent 8c4c62b227
commit 4ea8fe11a3

View file

@ -0,0 +1,4 @@
```bash
# pts/0为该用户的tty
pkill -kill -t pts/0
```