# 基本 Shell 命令

## 本章目录

* [系统文档](/slackbook_cn/chapter_04/system_documentation.md)
* [处理文件和目录](/slackbook_cn/chapter_04/dealing_with_files_and_directories.md)
  * [列出文件和目录内容](/slackbook_cn/chapter_04/dealing_with_files_and_directories/listing_files_and_directory_contents.md)
  * [在文件系统中移动](/slackbook_cn/chapter_04/dealing_with_files_and_directories/moving_around_the_filesystem.md)
  * [文件和目录的创建与删除](/slackbook_cn/chapter_04/dealing_with_files_and_directories/file_and_directory_creation_and_deletion.md)
* [归档和压缩](/slackbook_cn/chapter_04/archive_and_compression.md)
  * [zip、unzip](/slackbook_cn/chapter_04/archive_and_compression/zip_and_unzip.md)
  * [gzip](/slackbook_cn/chapter_04/archive_and_compression/gzip.md)
  * [bzip2](/slackbook_cn/chapter_04/archive_and_compression/bzip2.md)
  * [XZ、LZMA](/slackbook_cn/chapter_04/archive_and_compression/xz_lzma.md)
  * [tar](/slackbook_cn/chapter_04/archive_and_compression/tar.md)
* [阅读文档](/slackbook_cn/chapter_04/reading_documents.md)
  * [more](/slackbook_cn/chapter_04/reading_documents/more.md)
  * [less](/slackbook_cn/chapter_04/reading_documents/less.md)
* [链接](/slackbook_cn/chapter_04/linking.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_04.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.
