linux添加环境变量(centos)

1.查看当前环境变量

#echo $PATH

 

2.增加环境变量

#vi /etc/profile

export PATH=/usr/path/bin:$PATH

 

3.生效

#source /etc/profile

posted @ 2016-10-06 21:02  rorshach  阅读(223)  评论(0编辑  收藏  举报