export http_proxy=http://172.22.22.22:3128
查看环境变量:env
设置环境变量:set
删除:unset
永久设置:vi /etc/profile
export http_proxy=http://172.22.22.22:3128
source /etc/profile
export http_proxy=http://172.22.22.22:3128
查看环境变量:env
设置环境变量:set
删除:unset
永久设置:vi /etc/profile
export http_proxy=http://172.22.22.22:3128
source /etc/profile
本文标题:Linux 设置、查看环境变量,设置代理
本文链接:https://www.haomeiwen.com/subject/ehxdzxtx.html
网友评论