|
发表于 2007-11-27 21:09:39
|
显示全部楼层
提交一个被遣漏的地方 7.9的第一段:
The shell program /bin/bash (hereafter referred to as "the shell")
uses a collection of startup files to help create an environment to
run in. Each file has a specific use and may affect login and
interactive environments differently. The files in the /etc directory
provide global settings. If an equivalent file exists in the home
directory, it may override the global settings.
我自己翻译的,提供参考:
shell程序 /bin/bash(在此之后以shell称呼) 使用了一个启动文件集全,来帮助创造一个运行的环境。每一个文件都有特定的用处,有的文件还能使登入与交互环境有所不同。放在/etc目录下的一些文件提供了全局设置。如果相类似的设置文件出现在某个用户起始文件夹下(~/),那么在登入该用户时,它将替代该全局设置,并生效。
还有一个疑问: 似乎 该页中的 登录 译为 登入 要好些。
还有一个拼写错误,现在一时间没找到。 |
|