computer_knowledge_notes/Software/进程管理/pkill.md

9 lines
108 B
Markdown

#### 简介
基于进程的名字和属性来向进程发送信号
```bash
pkill [options] <pattern>
```