原版英文书籍《Linux命令行》阅读记录1 | 什么是shell?

原版英文书籍《Linux命令行》阅读记录1 | 什么是shell?,第1张

背景:

阅读英文原作只为了更好地理解书中的精髓,当然也是为了更好地掌握书中的技巧。我们会坚持阅读全书,并记录书中的精髓。

Many people speak of "freedom" with regard to Linux. Freedom is the power to decide what your computer does and the only way to have this freedom is to know what your computer is doing. Freedom is a computer that is without any secrets, one where everything can be known if you care enough to find it.

很多人一说到Linux, 就会说自由。但是你真的而理解这种自由吗?这种自由是一种权力,能够决定你的计算机干什么,获取这种自由的唯一方式就是知道你的计算机在做什么。自由就是你的计算机没有任何㊙️,你可以从计算机那里了解一切,只要你用心去寻找。

We speak of the command line, we are really referring to the shell. The shell is a program that takes keyboard commands and passes them to the operating system to carry out.

一说起命令行,我们真正指的是 shell。shell 就是一个程序,把键盘的输入传递给 *** 作系统去执行。

第一次见到 shell,你只会看到一行提示符,形如: [me@linuxbox ~]$

This is called a shell prompt and it will appear whenever the shell is ready to accept input.

这叫做 shell 提示符, 无论何时当 shell 准备好接受输入时,就会闲这样的提示符。当然,出现的形式会根据不同的 Linux 发行版有所不同。但是大体上会包含 主机名 用户名 当前目录 和一个 美元符号 。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/8574076.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-18
下一篇2023-04-18

发表评论

登录后才能评论

评论列表(0条)

    保存