Linux和Windows下查看环境变量方法对比

2020-12-13 03:43

阅读:342

标签:http   os   art   linux   htm   window   

摘自:Linux和Windows下查看环境变量方法对比

一、查看所有环境变量的名称和值

Linux下:export

Windows下:set

二、根据名称查该环境变量的值

Linux下:echo $环境变量名

如:echo $ORACLE_HOME

Windows下:set环境变量名

如:set $ORACLE_HOME

三、设置环境变量

Linux下:export环境变量名=值

如:$export ORACLE_HOME=/home/oracle/product/10.2.0

Windows下:set环境变量名=值

如:>set Path=d:\oracle\product\10.2.0\client_1\bin

Linux和Windows下查看环境变量方法对比,搜素材,soscw.com

Linux和Windows下查看环境变量方法对比

标签:http   os   art   linux   htm   window   

原文地址:http://www.cnblogs.com/amanlikethis/p/3816729.html


评论


亲,登录后才可以留言!