4 lines
No EOL
58 B
Markdown
4 lines
No EOL
58 B
Markdown
```bash
|
|
# pts/0为该用户的tty
|
|
pkill -kill -t pts/0
|
|
``` |