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

linux设置系统变量

时间:2020-05-03 15:07:23      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:abs   pup   conda   变量   usr   cal   查找   localhost   etl   

[root@localhost test]# export AUTHOR=brady
[root@localhost test]# echo $AUTHOR
brady
[root@localhost test]# env

 

查看命令为env

 

[root@localhost test]# echo $PATH
/usr/local/miniconda/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/root/bin
[root@localhost test]# 
linux 默认可执行文件查找目录

[root@localhost test]# PATH="$PATH":/root
[root@localhost test]# echo $PATH
/usr/local/miniconda/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/root/bin:/root
[root@localhost test]# 

临时生效

vim /etc/profile
export PATH="$PATH":/root

 

linux设置系统变量

标签:abs   pup   conda   变量   usr   cal   查找   localhost   etl   

原文地址:https://www.cnblogs.com/php-linux/p/12821668.html

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