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

shell变量

时间:2015-02-14 11:08:21      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:

shell变量分为环境变量(全局变量),和局部变量;
环境变量要想永久生效,则可以放在/etc/profile,或 .bash_profile
例如:
①当前用户下生效:
vi .bash_profile


 用 . .bash_profile
检验:echo $OLDBOY
②:全局下面生效
 vi /etc/profile
export OLDBOY=‘oldboy‘

shell变量

标签:

原文地址:http://blog.csdn.net/u014236541/article/details/43815903

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