美文网首页
Linux History

Linux History

作者: AydanLinux | 来源:发表于2021-09-04 04:50 被阅读0次

Unix, Linux, and variant history: https://www.computerhope.com/history/unix.htm

Linux Philosophy

  1. Everything ia a file.
  2. An ideal Linux program is simple, modular, and extensible. A tool should do one thing and do it well.
  3. Avoid captive user interface.
  4. 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软件)中。

相关文章

网友评论

      本文标题:Linux History

      本文链接:https://www.haomeiwen.com/subject/eewceltx.html