码迷,mamicode.com
首页 > 系统相关 > 详细

linux shell的配置文件信息

时间:2014-08-21 19:38:16      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:配置文件   linux   profile   bashrc   bash_profile   

SHELL的类型:

    1.登录式shell

        正常通过某终端登录

        su -

        su -l

    2.非登录式shell

        su

        图形终端下打开的命令窗口

        自动执行的shell脚本

bash的配置文件

    1.全局配置

        /etc/profile,/etc/profile.d/*.sh,/etc/bashrc

    2.个人配置

        ~/.bash_profile, ~/.bashrc

profile类的文件

    设定环境变量

    运行命令或脚本

bashrc类的文件

    设定局部(本地)变量

    定义命令别名

登录式shell如何读取配置文件

/etc/profile -->/etc/profile.d/*.sh -->~/.bash_profile -->~/.bashrc -->/etc/bashrc

非登录式shell如何读取配置文件

~/.bashrc -->/etc/bashrc -->/etc/profile.d/*.sh




本文出自 “ngames” 博客,请务必保留此出处http://ngames.blog.51cto.com/3187187/1543180

linux shell的配置文件信息,布布扣,bubuko.com

linux shell的配置文件信息

标签:配置文件   linux   profile   bashrc   bash_profile   

原文地址:http://ngames.blog.51cto.com/3187187/1543180

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!