# 进程控制

## 本章目录

* [ps](/slackbook_cn/chapter_06/ps.md)
* [kill 和 killall](/slackbook_cn/chapter_06/kill_and_killall.md)
* [top](/slackbook_cn/chapter_06/top.md)
* [计划任务](/slackbook_cn/chapter_06/cron.md)

Slackware 系统经常会运行成百上千个程序，每个程序都被标识为一个“进程”。管理这些进程是系统管理中很重要的一部分。那么我们怎么精确的管理这些独立的进程呢？


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://slackwarecn.gitbook.io/slackbook_cn/chapter_06.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
