bash的两种执行模式
1.1 登录shell
1.2 非登录shell
2: 不同模式的登录shell,其登录过程中执行的shell script 也不一样的。
2.1 登录shell的按顺序执行过程
-->/etc/profile
-->/etc/profile.d/*.sh
-->$HOME/.bash_profile
-->$HOME/.bashrc
-->/etc/bashrc
2.1 非登录shell的按顺序执行过程
-->/$HOME/.bashrc
-->/etc/bashrc
-->/etc/profile.d/*.sh
注意:/etc/目录下的脚本将适用于任何使用bash的用户身上,而$HOME/
仅适合该用户。
3: 分析/etc/profile.d/*.sh
字体
1: 按装字体到FontConfig
1.1 将字体文件复制到/usr/share/fonts/相关目录
1.2 执行fc-cache FONT_DIR/命令,更新FontConfig 字体数据文件。这
样就完成了按装字体的动作。 (FONT_DIR 是相关的目录) .
阅读(1868) | 评论(0) | 转发(0) |