Docs/linux基础/踢掉登录状态的用户.md

4 lines
No EOL
58 B
Markdown

```bash
# pts/0为该用户的tty
pkill -kill -t pts/0
```