> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled-4.md).

# Linux 系統大小事

## 使用Linux系統時，一些個人小經驗與小工具應用

### 嚴格來說目前所說的 Linux 應叫『GNU/Linux』,但多數人仍叫 Linux

Richard Stallman 於 1983 年發起 GNU 宣言,成立『自由軟體基金會』（Free Software Foundation,FSF）

1987 年,Andrew S.Tanenbaum 教授,獨立開發出相容 UNIX 的『Minix』

1991 年,芬蘭 Linus Torvalds 讀完 Andrew 教授相關的Minix，開發相容 UNIX 的核心『Linux』。在網路上說道:「Hello everybody out there using minix- I'm doing a (free) operation system」。

GNU 有 compiler GCC 和 UNIX 程式函式庫,獨缺 Kernel。Linus Torvalds 則有Kernel=>Linux,合一就叫『GNU/Linux』。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled-4.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
