Unix, Linux, and variant history: https://www.computerhope.com/history/unix.htm
Linux Philosophy
- Everything ia a file.
- An ideal Linux program is simple, modular, and extensible. A tool should do one thing and do it well.
- Avoid captive user interface.
- Save the configuration in plain text files.
The command line is an interface for typing commands on top of the operating system.
Shell类别 | 易学性 | 可移植性 | 编辑性 | 快捷性 |
---|---|---|---|---|
Boume Shell (sh) | 容易 | 好 | 较差 | 较差 |
Korn Shell (ksh) | 较难 | 较好 | 好 | 较好 |
Boume Again (Bash) | 难 | 较好 | 好 | 好 |
POSIX Shell (psh) | 较难 | 好 | 好 | 较好 |
C Shell (csh) | 较难 | 差 | 较好 | 较好 |
TC Shell (tcsh) | 难 | 差 | 好 | 好 |
Z Shell (zsh) | 难 | 差 | 好 | 好 |
Debian是项目创始人Ian Murdock和他妻子Debra的名字缩写。 Debian软件包格式的文件扩展名.deb的命名也是一样的。 Debian包是Unixar的标准归档,将包文件信息以及包内容,经过gzip和tar打包而成。 处理这些包的经典程序是dpkg,经常是通过Debian的apt-get来运作。 通过Alien工具,可以将deb包转换成rpm、tar.gz格式。 deb包在Linux操作系统中类似于Windows中的软件包(exe),几乎不需要什么复杂的编译即可通过鼠标点击安装使用。此外,deb广泛应用于越狱后iOS软件及MeeGo(含Maemo软件)中。
网友评论